introduce a bug
Some checks failed
/ build-images (push) Successful in 7s
/ run-tests (push) Failing after 8s
/ cleanup (push) Has been skipped

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 20:23:40 +02:00
parent 65c6d44a6c
commit d8ae8cd017

1
f.c
View File

@ -26,6 +26,7 @@ void TEST_FREE(void *p)
#define free TEST_FREE #define free TEST_FREE
int f(void) int f(void)
{ {
malloc(16);
free(malloc(16)); free(malloc(16));
free(malloc(32)); free(malloc(32));
free(malloc(48)); free(malloc(48));