summaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-17 13:35:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-17 13:35:46 +0000
commit49c322efa56dea298f42cc8bddd6629093d45975 (patch)
tree72450046c6e5f43699f78eb8bee1512a73a1b551 /mdocterm.c
parent20f79639b5b34e231e85135e96d7f2312690ba8e (diff)
downloadmandoc-49c322efa56dea298f42cc8bddd6629093d45975.tar.gz
mandoc-49c322efa56dea298f42cc8bddd6629093d45975.tar.zst
mandoc-49c322efa56dea298f42cc8bddd6629093d45975.zip
Clean up ASCII table's memory.
Diffstat (limited to 'mdocterm.c')
-rw-r--r--mdocterm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdocterm.c b/mdocterm.c
index 4bcea5e4..9742dbef 100644
--- a/mdocterm.c
+++ b/mdocterm.c
@@ -1,4 +1,4 @@
-/* $Id: mdocterm.c,v 1.47 2009/03/16 23:37:28 kristaps Exp $ */
+/* $Id: mdocterm.c,v 1.48 2009/03/17 13:35:46 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -113,6 +113,7 @@ main(int argc, char *argv[])
footer(&termp, mdoc_meta(mdoc));
free(termp.buf);
+ asciifree(termp.symtab);
mmain_exit(p, 0);
/* NOTREACHED */