Make leak detective public

This commit is contained in:
Martin Willi
2011-05-16 15:22:21 +02:00
parent 42e0f26e53
commit f37e8252a3
3 changed files with 8 additions and 18 deletions
-1
View File
@@ -526,7 +526,6 @@ leak_detective_t *leak_detective_create()
fprintf(stderr, "setting CPU affinity failed: %m");
}
lib->leak_detective = TRUE;
install_hooks();
}
return &this->public;