1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Free gpgme context on verification

This commit is contained in:
James Booth 2015-08-09 01:20:16 +01:00
parent 1422af05fc
commit d501576fcf

View File

@ -317,6 +317,7 @@ p_gpg_verify(const char * const barejid, const char *const sign)
gpgme_data_release(sign_data);
gpgme_data_release(plain_data);
gpgme_release(ctx);
free(sign_with_header_footer);
}