[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-171-g505decf

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Feb 27 09:26:13 CET 2015


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 "The GNU crypto library".

The branch, master has been updated
       via  505decf5369970219ddc9e78a20f97c623957b78 (commit)
      from  6636c4fd0c6ceab9f79827bf96967d1e112c0b82 (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 505decf5369970219ddc9e78a20f97c623957b78
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Feb 27 17:24:49 2015 +0900

    tests: fix t-sexp.c.
    
    * tests/t-sexp.c (bug_1594): Free N and PUBKEY.

diff --git a/tests/t-sexp.c b/tests/t-sexp.c
index 1051723..4785b17 100644
--- a/tests/t-sexp.c
+++ b/tests/t-sexp.c
@@ -1045,6 +1045,8 @@ static char thing[] =
   if (gcry_sexp_nth (n_val, 1))
     fail ("extracting 1-th of car of 'n' list did not fail");
   gcry_sexp_release (n_val);
+  gcry_sexp_release (n);
+  gcry_sexp_release (pubkey);
 }
 
 

-----------------------------------------------------------------------

Summary of changes:
 tests/t-sexp.c | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list