Commit 8a93e82d authored by Rusty Russell's avatar Rusty Russell

talloc_link: close memory leak in test.

parent 781fd230
......@@ -112,5 +112,7 @@ int main(int argc, char *argv[])
/* No leaks? */
ok1(talloc_total_size(NULL) == 0);
talloc_disable_null_tracking();
return exit_status();
}
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