From 96aafdf30e6557e5fdf3e80c7dee4e1dab73e898 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 2 Oct 2020 17:37:19 +0200 Subject: main: track current template filename during execution Signed-off-by: Jo-Philipp Wich --- ast.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ast.c') 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); } -- cgit v1.2.3