Merge "Fix typo in if statement."
This commit is contained in:
commit
c2a67121c7
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ bool SetHeapTaggingLevel(void* arg, size_t arg_size) {
|
|||
#if defined(USE_SCUDO)
|
||||
scudo_malloc_set_track_allocation_stacks(0);
|
||||
#endif
|
||||
} else if (tag_level == M_HEAP_TAGGING_LEVEL_ASYNC) {
|
||||
} else if (tag_level == M_HEAP_TAGGING_LEVEL_SYNC) {
|
||||
#if defined(USE_SCUDO)
|
||||
scudo_malloc_set_track_allocation_stacks(1);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue