Commit 599c6804 authored by Rusty Russell's avatar Rusty Russell

alloc: remove valgrind warning from test.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 0cfe0db3
......@@ -162,6 +162,7 @@ static void test(unsigned int pool_size)
ok1(alloc_check(mem, pool_size));
free(mem);
free(p);
}
int main(int argc, char *argv[])
......
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