msg-crypto: fix small leak
This commit is contained in:
@ -313,7 +313,7 @@ mu_msg_crypto_verify_part (GMimeMultipartSigned *sig, MuMsgOptions opts,
|
|||||||
}
|
}
|
||||||
|
|
||||||
report = get_status_report (sigs);
|
report = get_status_report (sigs);
|
||||||
g_mime_signature_list_clear (sigs);
|
g_clear_object (&sigs);
|
||||||
|
|
||||||
/* tag this part with the signature status check */
|
/* tag this part with the signature status check */
|
||||||
tag_with_sig_status(G_OBJECT(sig), report);
|
tag_with_sig_status(G_OBJECT(sig), report);
|
||||||
|
|||||||
Reference in New Issue
Block a user