comparison mcabber/mcabber/pgp.c @ 2212:778280b01bcb

Fix a few memory leaks
author Mikael Berthe <mikael@lilotux.net>
date Thu, 05 Nov 2015 15:08:47 +0100
parents 7c843b29571b
children 90c25a29fb35
comparison
equal deleted inserted replaced
2211:902f271743b0 2212:778280b01bcb
98 scr_log_print(LPRINT_DEBUG, "GPGME: Engine version is '%s'.", 98 scr_log_print(LPRINT_DEBUG, "GPGME: Engine version is '%s'.",
99 info->version); 99 info->version);
100 } 100 }
101 } 101 }
102 102
103 gpgme_release(ctx);
103 gpg.enabled = 1; 104 gpg.enabled = 1;
104 return 0; 105 return 0;
105 } 106 }
106 107
107 // gpg_is_version1() 108 // gpg_is_version1()