[git] GnuPG - branch, master, updated. gnupg-2.1.1-12-g6056d24
by Werner Koch
cvs at cvs.gnupg.org
Mon Dec 22 12:43:53 CET 2014
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 6056d2467310260ddc0db2fe65b737ace6febcaa (commit)
from 5a556e4e88bcbc926c0922070acaf5f7b25d18fb (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 6056d2467310260ddc0db2fe65b737ace6febcaa
Author: Werner Koch <wk at gnupg.org>
Date: Mon Dec 22 12:44:13 2014 +0100
doc: Fix memory leak in yat2m.
* doc/yat2m.c (write_th): Free NAME.
--
Reported-by: Joshua Rogers <git at internot.info>
diff --git a/doc/yat2m.c b/doc/yat2m.c
index f780952..86c3c70 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -656,6 +656,7 @@ write_th (FILE *fp)
*p++ = 0;
fprintf (fp, ".TH %s %s %s \"%s\" \"%s\"\n",
name, p, isodatestring (), opt_release, opt_source);
+ free (name);
return 0;
}
-----------------------------------------------------------------------
Summary of changes:
doc/yat2m.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