parent
19ff2cefba
commit
71d94828a2
@ -104,7 +104,7 @@ mb_write(void)
|
||||
{
|
||||
malloc_mutex_t mtx;
|
||||
|
||||
malloc_mutex_init(&mtx, WITNESS_RANK_OMIT);
|
||||
malloc_mutex_init(&mtx, "mb", WITNESS_RANK_OMIT);
|
||||
malloc_mutex_lock(NULL, &mtx);
|
||||
malloc_mutex_unlock(NULL, &mtx);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user