gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_5-6-gd3f1eb


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_5-6-gd3f1eb7
Date: Sun, 22 May 2011 15:10:28 +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=d3f1eb76e6721c72828f1f5efff9ccba175bf5e8

The branch, gnutls_2_12_x has been updated
       via  d3f1eb76e6721c72828f1f5efff9ccba175bf5e8 (commit)
      from  bd17ae29dfd9a7c6c4e7d15c26ee6d631d06d8eb (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 d3f1eb76e6721c72828f1f5efff9ccba175bf5e8
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun May 22 17:10:22 2011 +0200

    corrected file descriptor leak.

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

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

diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index 88607c2..a5319e6 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -427,6 +427,7 @@ gnutls_pkcs11_init (unsigned int flags, const char 
*configfile)
                 }
             }
         }
+      fclose(fp);
     }
 
   return 0;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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