Pass tsd to tcache_flush().

This commit is contained in:
Qi Wang
2017-06-15 15:16:18 -07:00
committed by Qi Wang
parent 84f6c2cae0
commit ae93fb08e2
3 changed files with 3 additions and 4 deletions

View File

@@ -1696,7 +1696,7 @@ thread_tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen,
READONLY();
WRITEONLY();
tcache_flush();
tcache_flush(tsd);
ret = 0;
label_return: