Re: [PATCH] Fix some context, data, and key memory leaks in gpgme.

2015-01-20 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: > After fixing the gpgme extract-keys crash, I put it on my list to take a > closer look at the gpgme code. > > Attached is a patch cleaning up some memory leaks in the code. I'll > push it in a couple days, but wanted to give people a chance to look and > comment if they

[PATCH] Fix some context, data, and key memory leaks in gpgme.

2015-01-17 Thread Kevin J. McCarthy
After fixing the gpgme extract-keys crash, I put it on my list to take a closer look at the gpgme code. Attached is a patch cleaning up some memory leaks in the code. I'll push it in a couple days, but wanted to give people a chance to look and comment if they see anything wrong. Thanks, -Kevin