summaryrefslogtreecommitdiffstats
path: root/tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl.c')
-rw-r--r--tbl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl.c b/tbl.c
index b7205bfa..83f77348 100644
--- a/tbl.c
+++ b/tbl.c
@@ -114,6 +114,7 @@ tbl_free(struct tbl_node *tbl)
while (rp->first != NULL) {
cp = rp->first;
rp->first = cp->next;
+ free(cp->wstr);
free(cp);
}
free(rp);