msg-crypto: fix small leak

This commit is contained in:
Dirk-Jan C. Binnema
2020-02-21 14:54:59 +02:00
parent 24ecceb10e
commit ff79d2b7d3

View File

@ -313,7 +313,7 @@ mu_msg_crypto_verify_part (GMimeMultipartSigned *sig, MuMsgOptions opts,
}
report = get_status_report (sigs);
g_mime_signature_list_clear (sigs);
g_clear_object (&sigs);
/* tag this part with the signature status check */
tag_with_sig_status(G_OBJECT(sig), report);