aboutsummaryrefslogtreecommitdiff
path: root/fptr_ast/main.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-08-31 14:45:52 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-08-31 14:45:52 +0300
commit752675bc0c9ba6082038bc25cefe838c1f58b5de (patch)
tree358c76ccf2a6195d7f6ab1e4d72b40d32bbb75af /fptr_ast/main.c
parenta0c6ff2c222beb72493f2e40ed27492061dfdf22 (diff)
downloadplayground-752675bc0c9ba6082038bc25cefe838c1f58b5de.tar.gz
playground-752675bc0c9ba6082038bc25cefe838c1f58b5de.zip
free resources
Diffstat (limited to 'fptr_ast/main.c')
-rw-r--r--fptr_ast/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/fptr_ast/main.c b/fptr_ast/main.c
index 84d0b17..c33bd72 100644
--- a/fptr_ast/main.c
+++ b/fptr_ast/main.c
@@ -152,4 +152,10 @@ int main()
run(outer_loop);
printf("%zu\n", hash(C));
+
+ destroy(outer_loop);
+ destroy_proc(proc);
+ free(A);
+ free(B);
+ free(C);
}