am 4d763df3: Merge "Fix a broken boolean test found by clang."
* commit '4d763df3243f81041269015d0ac3fbd2912d5f3d': Fix a broken boolean test found by clang.
This commit is contained in:
commit
a19e1d1c65
@ -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…
x
Reference in New Issue
Block a user