This commit is contained in:
yihaoDeng 2021-05-20 10:01:24 +08:00
parent 78b8473e03
commit 617a7f7189
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ void doCleanupDataCache(SCacheObj *pCacheObj) {
// todo memory leak if there are object with refcount greater than 0 in hash table?
taosHashCleanup(pCacheObj->pHashTable);
taosTrashcanEmpty(pCacheObj, true);
taosTrashcanEmpty(pCacheObj, false);
__cache_lock_destroy(pCacheObj);