mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
doc: Fix memory leak in yat2m.
* doc/yat2m.c (write_th): Free NAME. -- Reported-by: Joshua Rogers <git@internot.info>
This commit is contained in:
parent
aab282855a
commit
e2e822d225
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user