fix invalid free

This commit is contained in:
yihaoDeng 2023-08-16 00:53:10 +00:00
parent 9551fcf7bb
commit 7fd918962f
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ _EXIT:
taosThreadMutexDestroy(&pHandle->mutex);
taosThreadMutexDestroy(&pHandle->cfMutex);
taosHashCleanup(pHandle->cfInst);
rocksdb_compactionfilterfactory_destroy(pHandle->filterFactory);
// rocksdb_compactionfilterfactory_destroy(pHandle->filterFactory);
tdListFree(pHandle->list);
taosMemoryFree(backendPath);
taosMemoryFree(pHandle);