From 752675bc0c9ba6082038bc25cefe838c1f58b5de Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 31 Aug 2025 14:45:52 +0300 Subject: free resources --- fptr_ast/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fptr_ast/main.c') 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); } -- cgit v1.2.3