[SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-82-g22091a7

"Nikos Mavrogiannopoulos" <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
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 "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=22091a76bc4a846cef4a333baeb0707144cf309c

The branch, master has been updated
       via  22091a76bc4a846cef4a333baeb0707144cf309c (commit)
       via  a3bba9b5af5d2067ee2e82e5d78ca93c917407bd (commit)
      from  4945953627c01aeadd81b54b9295ed3d1115cd60 (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 22091a76bc4a846cef4a333baeb0707144cf309c
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Wed Feb 29 23:48:34 2012 +0100

    updated

commit a3bba9b5af5d2067ee2e82e5d78ca93c917407bd
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Wed Feb 29 23:46:38 2012 +0100

    eliminated memory leaks in new test.

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

Summary of changes:
 NEWS                |    1 +
 tests/mini-record.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 40f5b63..02ba4bf 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ Reported by Matthew Hall.
 
 ** libgnutls: Corrected issue with select() that affected
 FreeBSD. This prevented establishing DTLS sessions.
+Reported by Andreas Metzler.
 
 ** libgnutls: Corrected rehandshake and resumption
 operations in DTLS. Reported by Sean Buckheister.
diff --git a/tests/mini-record.c b/tests/mini-record.c
index 9d6a09d..2f05a54 100644
--- a/tests/mini-record.c
+++ b/tests/mini-record.c
@@ -245,6 +245,7 @@ end:
   gnutls_deinit (session);
 
   gnutls_anon_free_client_credentials (anoncred);
+  gnutls_certificate_free_credentials (x509_cred);
 
   gnutls_global_deinit ();
 }
@@ -353,6 +354,7 @@ gnutls_session_t session;
   gnutls_deinit (session);
 
   gnutls_anon_free_server_credentials (anoncred);
+  gnutls_certificate_free_credentials (x509_cred);
 
   gnutls_global_deinit ();
 


hooks/post-receive
-- 
GNU gnutls
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.