[git] KSBA - branch, master, updated. libksba-1.3.4-6-g995d2e3
by Werner Koch
cvs at cvs.gnupg.org
Mon Jun 27 16:14:01 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 "KSBA is a library to access X.509 certificates and CMS data.".
The branch, master has been updated
via 995d2e34932143cc9888db779cb3ecd92ae6e32e (commit)
from b60e5140f85fc00cd131ab635d4202693759abe1 (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 995d2e34932143cc9888db779cb3ecd92ae6e32e
Author: Werner Koch <wk at gnupg.org>
Date: Mon Jun 27 16:12:09 2016 +0200
tests: Fix a memory leak.
* tests/t-oid.c (test_oid_to_str): Free STR.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/tests/t-oid.c b/tests/t-oid.c
index be68d52..0fe5944 100644
--- a/tests/t-oid.c
+++ b/tests/t-oid.c
@@ -143,6 +143,7 @@ test_oid_to_str (void)
fprintf (stderr, " want=%s\n", tests[tidx].str);
exit (1);
}
+ ksba_free (str);
}
}
-----------------------------------------------------------------------
Summary of changes:
tests/t-oid.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list