Merge "Fix a broken boolean test found by clang."
This commit is contained in:
commit
4d763df324
@ -408,7 +408,7 @@ static void malloc_init_impl() {
|
||||
dlclose(malloc_impl_handle);
|
||||
return;
|
||||
}
|
||||
if (malloc_debug_initialize(&g_hash_table) == -1) {
|
||||
if (!malloc_debug_initialize(&g_hash_table)) {
|
||||
dlclose(malloc_impl_handle);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user