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_11-75-g99e6a2b


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_11-75-g99e6a2b
Date: Fri, 20 Jan 2012 12:29:23 +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=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 <address@hidden>
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



reply via email to

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