aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-04 21:31:59 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-04 21:31:59 +0300
commit7cc838733848c58ea1c88fb477cfeefc941e3f32 (patch)
tree9126a797f62ef69278ee9502c043b7e59e0f2fc1 /examples
parentbf993be4a04bc7279f7d49ae18f185e1dca36479 (diff)
downloadcopyjit-7cc838733848c58ea1c88fb477cfeefc941e3f32.tar.gz
copyjit-7cc838733848c58ea1c88fb477cfeefc941e3f32.zip
add compile_destroy as cleanup
Diffstat (limited to 'examples')
-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);
}