aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r--src/sc_interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 646a132..0d15f81 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -390,6 +390,7 @@ void sc_interp_destroy(SCInterpreter *scin)
pango_font_description_free(scin->state[0].fontdesc);
+ free(scin->state);
free(scin);
}