diff options
Diffstat (limited to '')
-rw-r--r-- | doc/yat2m.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c index f780952ad..86c3c7081 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; } |