fix issue
All checks were successful
/ build-images (push) Successful in 5s
/ run-tests (push) Successful in 6s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 18:07:22 +02:00
parent c85822e277
commit 66d89c0be3

2
f.c
View File

@ -31,7 +31,7 @@ int f(void)
free(malloc(48));
free(malloc(64));
free(malloc(96));
malloc(128);
free(malloc(128));
return 1;
}