[git] GnuPG - branch, master, updated. gnupg-2.2.7-148-g8f99299
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Jun 12 08:55:40 CEST 2018
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 <gniibe at fsij.org>
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 <gniibe at fsij.org>
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
More information about the Gnupg-commits
mailing list