aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.c
diff options
context:
space:
mode:
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 */