fix mem leak

This commit is contained in:
yihaoDeng 2024-08-16 21:18:22 +08:00
parent 367b6eee72
commit 871f4dcb3d
1 changed files with 0 additions and 1 deletions

View File

@ -319,7 +319,6 @@ void streamFreeTaskState(SStreamTask* pTask, int8_t remove) {
taskDbRemoveRef(pTask->pBackend);
pTask->pBackend = NULL;
pTask->pState = NULL;
if (pTask->backendPath != NULL) {
taosMemoryFree(pTask->backendPath);
pTask->backendPath = NULL;