Mercurial > libpst
comparison src/libpst.c @ 354:843705c25b45
code cleanup; content-id in brackets
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 22 Dec 2015 08:59:46 -0800 |
parents | 09dd5299d91c |
children | d1f930be4711 |
comparison
equal
deleted
inserted
replaced
353:19b795b6f6a0 | 354:843705c25b45 |
---|---|
3348 while (attach) { | 3348 while (attach) { |
3349 pst_item_attach *t; | 3349 pst_item_attach *t; |
3350 SAFE_FREE_STR(attach->filename1); | 3350 SAFE_FREE_STR(attach->filename1); |
3351 SAFE_FREE_STR(attach->filename2); | 3351 SAFE_FREE_STR(attach->filename2); |
3352 SAFE_FREE_STR(attach->mimetype); | 3352 SAFE_FREE_STR(attach->mimetype); |
3353 SAFE_FREE_STR(attach->content_id); | |
3353 SAFE_FREE_BIN(attach->data); | 3354 SAFE_FREE_BIN(attach->data); |
3354 pst_free_id2(attach->id2_head); | 3355 pst_free_id2(attach->id2_head); |
3355 t = attach->next; | 3356 t = attach->next; |
3356 free(attach); | 3357 free(attach); |
3357 attach = t; | 3358 attach = t; |