summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'term.c')
-rw-r--r--term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term.c b/term.c
index 6b3a56d3..becdbbfc 100644
--- a/term.c
+++ b/term.c
@@ -90,7 +90,7 @@ term_free(struct termp *p)
if (p->buf)
free(p->buf);
- if (TERMENC_ASCII == p->enc && p->symtab)
+ if (p->symtab)
chars_free(p->symtab);
free(p);