mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Free gpgme context on verification
This commit is contained in:
parent
1422af05fc
commit
d501576fcf
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user