From 66d89c0be38caa7b1cf6693d2efbf9b680b2f71b Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Wed, 18 Mar 2026 18:07:22 +0200 Subject: [PATCH] fix issue --- f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f.c b/f.c index 5296b8b..b7d18a9 100644 --- a/f.c +++ b/f.c @@ -31,7 +31,7 @@ int f(void) free(malloc(48)); free(malloc(64)); free(malloc(96)); - malloc(128); + free(malloc(128)); return 1; }