parent
7ee0b6cc37
commit
cd2931ad9b
@ -655,7 +655,7 @@ tcaches_flush(tsd_t *tsd, unsigned ind) {
|
|||||||
tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind]);
|
tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind]);
|
||||||
malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx);
|
malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx);
|
||||||
if (tcache != NULL) {
|
if (tcache != NULL) {
|
||||||
tcache_destroy(tsd, tcache, false);
|
tcache_flush_cache(tsd, tcache);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user