gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-82-g22091a7
Date: Wed, 29 Feb 2012 22:43:01 +0000

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 <address@hidden>
Date:   Wed Feb 29 23:48:34 2012 +0100

    updated

commit a3bba9b5af5d2067ee2e82e5d78ca93c917407bd
Author: Nikos Mavrogiannopoulos <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]