diff options
Diffstat (limited to 'test/malloc/malloc.c')
-rw-r--r-- | test/malloc/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/malloc/malloc.c b/test/malloc/malloc.c index d63856845..ca7c5f927 100644 --- a/test/malloc/malloc.c +++ b/test/malloc/malloc.c @@ -67,7 +67,7 @@ int test2(void) } else { free(ptr); } - + ptr = malloc(100); ptr = realloc(ptr, 0); if (ptr) { |