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/ref.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fptr_ast/ref.c') diff --git a/fptr_ast/ref.c b/fptr_ast/ref.c index 6169a25..c428566 100644 --- a/fptr_ast/ref.c +++ b/fptr_ast/ref.c @@ -30,4 +30,8 @@ int main() init_matrices(A, B); matrix_mult(A, B, C); printf("%zu\n", hash(C)); + + free(A); + free(B); + free(C); } -- cgit v1.2.3