Commit c793eff2 authored by Rémi Duraffort's avatar Rémi Duraffort

bloc_test: fix meleak so we can use valgrind on it.

parent 26f013d0
......@@ -75,6 +75,7 @@ static void test_block (void)
assert (!memcmp (block->p_buffer + 200, text, sizeof (text)));
block = block_Realloc (block, -200, sizeof (text) + 200);
block_Release (block);
//block = block_Alloc (SIZE_MAX);
//assert (block == NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment