mu: fix a few mem leaks

This commit is contained in:
djcb 2016-05-06 22:08:12 +03:00
parent cef449f1d4
commit c46dda206f
1 changed files with 4 additions and 0 deletions

View File

@ -376,6 +376,10 @@ each_part (MuMsg *msg, MuMsgPart *part, PartInfo *pinfo)
sig_verdict (part),
dec_verdict (part));
g_free (name);
g_free (tmpfile);
g_free (parttype);
g_free (pinfo->parts);
pinfo->parts = tmp;
}