diff --git a/src/util/src/tcache.c b/src/util/src/tcache.c index 7a3a9ea14edee9e1396bd92f249966673f22761c..f80e4b52afad7ff25f05cc9fac5ca29d866b4702 100644 --- a/src/util/src/tcache.c +++ b/src/util/src/tcache.c @@ -424,7 +424,6 @@ void taosCacheRelease(SCacheObj *pCacheObj, void **data, bool _remove) { // If it is the last ref, remove it from trashcan linked-list first, and then destroy it.Otherwise, it may be // destroyed by refresh worker if decrease ref count before removing it from linked-list. __cache_wr_lock(pCacheObj); - assert(pNode->pTNodeHeader->pData == pNode); doRemoveElemInTrashcan(pCacheObj, pNode->pTNodeHeader); __cache_unlock(pCacheObj);