mu: fix a few mem leaks
This commit is contained in:
@ -376,6 +376,10 @@ each_part (MuMsg *msg, MuMsgPart *part, PartInfo *pinfo)
|
|||||||
sig_verdict (part),
|
sig_verdict (part),
|
||||||
dec_verdict (part));
|
dec_verdict (part));
|
||||||
|
|
||||||
|
g_free (name);
|
||||||
|
g_free (tmpfile);
|
||||||
|
g_free (parttype);
|
||||||
|
|
||||||
g_free (pinfo->parts);
|
g_free (pinfo->parts);
|
||||||
pinfo->parts = tmp;
|
pinfo->parts = tmp;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user