[git] GnuPG - branch, master, updated. gnupg-2.1.21-71-ga68a982

by Justus Winter cvs at cvs.gnupg.org
Wed Jun 21 15:53:36 CEST 2017


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  a68a98233ab83f0c7b90e6e588b882085fe59d91 (commit)
      from  62274d3c309d8948405c2f966bef507638b4d5c6 (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 a68a98233ab83f0c7b90e6e588b882085fe59d91
Author: Justus Winter <justus at g10code.com>
Date:   Wed Jun 21 15:51:10 2017 +0200

    gpg: Close cached keydb handle in gpgv.
    
    * g10/gpgv.c (main): Close cached handle.
    
    Fixes-commit: 5556eca5acd46983bff0b38a1ffbc2f07fbaba9f
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/g10/gpgv.c b/g10/gpgv.c
index ddbcd7d..fb274b3 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -270,6 +270,7 @@ main( int argc, char **argv )
   if ((rc = verify_signatures (ctrl, argc, argv)))
     log_error("verify signatures failed: %s\n", gpg_strerror (rc) );
 
+  keydb_release (ctrl->cached_getkey_kdb);
   xfree (ctrl);
 
   /* cleanup */

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

Summary of changes:
 g10/gpgv.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list