[SCM] GNU gnutls branch, master, updated. gnutls_3_0_11-75-g99e6a2b

"Simon Josefsson" <[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=99e6a2b8fc1097ca69bc66eb1dd962004ea2fb04

The branch, master has been updated
       via  99e6a2b8fc1097ca69bc66eb1dd962004ea2fb04 (commit)
      from  d384881e20be7c36e7c1399c0a647de709283cb7 (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 99e6a2b8fc1097ca69bc66eb1dd962004ea2fb04
Author: Simon Josefsson <[email protected]>
Date:   Fri Jan 20 13:26:05 2012 +0100

    Fix mem leak.

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

Summary of changes:
 lib/x509/x509.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 0d61c1a..d20e9f3 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -2702,6 +2702,8 @@ gnutls_x509_crt_get_crl_dist_points (gnutls_x509_crt_t cert,
       *reason_flags = reasons[0] | (reasons[1] << 8);
     }
 
+  asn1_delete_structure (&c2);
+
   return type;
 }
 


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.