fix invalid free
This commit is contained in:
parent
7fd918962f
commit
7815e44655
|
@ -287,11 +287,10 @@ _EXIT:
|
|||
taosThreadMutexDestroy(&pHandle->mutex);
|
||||
taosThreadMutexDestroy(&pHandle->cfMutex);
|
||||
taosHashCleanup(pHandle->cfInst);
|
||||
// rocksdb_compactionfilterfactory_destroy(pHandle->filterFactory);
|
||||
tdListFree(pHandle->list);
|
||||
taosMemoryFree(backendPath);
|
||||
taosMemoryFree(pHandle);
|
||||
qDebug("failed to init stream backend at %s", backendPath);
|
||||
taosMemoryFree(backendPath);
|
||||
return NULL;
|
||||
}
|
||||
void streamBackendCleanup(void* arg) {
|
||||
|
|
Loading…
Reference in New Issue