[git] GPGME - branch, master, updated. gpgme-1.6.0-269-g04f994d
by Justus Winter
cvs at cvs.gnupg.org
Wed Aug 10 10:38:38 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via 04f994d5db6db0575dc73c2356c7d51424e2d9fe (commit)
from 270887309f4b673b13e58c29ea3989c56989590e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 04f994d5db6db0575dc73c2356c7d51424e2d9fe
Author: Justus Winter <justus at g10code.com>
Date: Wed Aug 10 10:37:31 2016 +0200
tests: Fix memory leak.
* tests/gpg/t-encrypt-mixed.c (main): Free 'text2'.
Signed-off-by: Justus Winter <justus at g10code.com>
diff --git a/tests/gpg/t-encrypt-mixed.c b/tests/gpg/t-encrypt-mixed.c
index 28d8aa3..6ad976a 100644
--- a/tests/gpg/t-encrypt-mixed.c
+++ b/tests/gpg/t-encrypt-mixed.c
@@ -120,6 +120,7 @@ main (int argc, char *argv[])
}
gpgme_key_unref (key[0]);
+ free (text2);
gpgme_data_release (out);
gpgme_release (ctx);
return 0;
-----------------------------------------------------------------------
Summary of changes:
tests/gpg/t-encrypt-mixed.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list