[git] GnuPG - branch, master, updated. gnupg-2.2.7-148-g8f99299

[email protected] (by NIIBE Yutaka)
Newsgroups gmane.comp.encryption.gpg.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 "The GNU Privacy Guard".

The branch, master has been updated
       via  8f99299a54a0ac09f9c90c1085b704db78973fda (commit)
      from  2ddfb5bef920919443309ece9fa2930282bbce85 (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 8f99299a54a0ac09f9c90c1085b704db78973fda
Author: NIIBE Yutaka <[email protected]>
Date:   Tue Jun 12 15:54:18 2018 +0900

    card: Fix memory leak for fetch-url sub command.
    
    * g10/card-util.c (fetch_url): Release INFO.
    
    Signed-off-by: NIIBE Yutaka <[email protected]>

diff --git a/g10/card-util.c b/g10/card-util.c
index 587f181..b7eedc0 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -851,6 +851,7 @@ fetch_url (ctrl_t ctrl)
 	}
     }
 
+  agent_release_card_info (&info);
   return rc;
 }
 

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

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


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org
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.