aboutsummaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/main.c b/examples/main.c
index 94e372b..90fb21d 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -32,4 +32,5 @@ int main()
compile_finish(&ctx);
printf("%lu\n", run(&ctx));
+ compile_destroy(&ctx);
}