refact task backend

This commit is contained in:
yihaoDeng 2023-09-28 17:30:49 +08:00
parent bb265887e6
commit c5bb37a5cb
1 changed files with 1 additions and 1 deletions

View File

@ -1604,9 +1604,9 @@ STaskBackendWrapper* taskBackendOpen(char* path, char* key) {
if (cfs != NULL) rocksdb_list_column_families_destroy(cfs, nCf);
taosThreadMutexInit(&pTaskBackend->mutex, NULL);
taosMemoryFree(taskPath);
qDebug("succ to init stream backend at %s, backend:%p", taskPath, pTaskBackend);
taosMemoryFree(taskPath);
pTaskBackend->refId = taosAddRef(streamBackendCfWrapperId, pTaskBackend);