1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-04-30 18:41:16 +00:00
parent 0fb93b3c90
commit b31790def4
1 changed files with 2 additions and 2 deletions

View File

@ -727,9 +727,9 @@ static int modify_msg(MIMEEntity *msg, MmsUaProfile *prof)
sup = modify_msg(x, prof);
if (!sup && /* not supported and is the presentation part, set flag */
cid && octstr_compare(cid, startp) == 0)
cid && startp && octstr_compare(cid, startp) == 0)
sflag = 1;
if (cid) octstr_destroy(cid);
octstr_destroy(cid);
mime_entity_replace_part(msg, i, x); /* Put back changed one */
http_destroy_headers(hx);