fix invalid free
This commit is contained in:
parent
c77f7f65d2
commit
63c4929089
|
@ -144,7 +144,7 @@ _EXIT:
|
||||||
taosHashCleanup(pHandle->cfInst);
|
taosHashCleanup(pHandle->cfInst);
|
||||||
rocksdb_compactionfilterfactory_destroy(pHandle->filterFactory);
|
rocksdb_compactionfilterfactory_destroy(pHandle->filterFactory);
|
||||||
tdListFree(pHandle->list);
|
tdListFree(pHandle->list);
|
||||||
free(pHandle);
|
taosMemoryFree(pHandle);
|
||||||
qDebug("failed to init stream backend at %s", path);
|
qDebug("failed to init stream backend at %s", path);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue