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