summaryrefslogtreecommitdiffhomepage
path: root/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.c b/ast.c
index 8efc370..19ff534 100644
--- a/ast.c
+++ b/ast.c
@@ -397,6 +397,7 @@ ut_free(struct ut_state *s)
json_object_put(ut_ext_types[--ut_ext_types_count].proto);
free(ut_ext_types);
+ free(s->filename);
free(s);
}