diff options
Diffstat (limited to 'fptr_ast/main.c')
-rw-r--r-- | fptr_ast/main.c | 6 |
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); } |