Browse Source

talloc_link: close memory leak in test.

Rusty Russell 14 years ago
parent
commit
8a93e82d28
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ccan/talloc_link/test/run.c

+ 2 - 0
ccan/talloc_link/test/run.c

@@ -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();
 }