diff options
Diffstat (limited to 'src/doc.c')
-rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c index 13c261bb495..fc8c996efb3 100644 --- a/src/doc.c +++ b/src/doc.c @@ -512,7 +512,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int tem = make_string (buf, bufp - buf); else tem = str; - free (buf); + xfree (buf); RETURN_UNGCPRO (tem); } |