[git] GPGME - branch, master, updated. gpgme-1.12.0-130-gf8312d7

by Andre Heinecke cvs at cvs.gnupg.org
Mon Feb 11 15:33:36 CET 2019


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 "GnuPG Made Easy".

The branch, master has been updated
       via  f8312d7c333193582dcb5816198219b9564023f0 (commit)
      from  302d5ef52e095378231efd54677b5c315354ad78 (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 f8312d7c333193582dcb5816198219b9564023f0
Author: Andre Heinecke <aheinecke at gnupg.org>
Date:   Mon Feb 11 15:32:49 2019 +0100

    tests: Fix memleak in run-threaded
    
    * tests/run-threaded.c (verify): Free msg.

diff --git a/tests/run-threaded.c b/tests/run-threaded.c
index 93d1588..02524b2 100644
--- a/tests/run-threaded.c
+++ b/tests/run-threaded.c
@@ -408,6 +408,7 @@ verify (const char *fname, gpgme_protocol_t proto)
   gpgme_release (ctx);
 
   random_data_close (data);
+  free (msg);
 }
 
 

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

Summary of changes:
 tests/run-threaded.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list