fix issue

This commit is contained in:
liuyao 2023-10-07 17:59:53 +08:00
parent 1aaf873134
commit 19bbf10579
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ int32_t getSessionWinResultBuff(SStreamFileState* pFileState, SSessionKey* pKey,
} else {
(*pVal) = addNewSessionWindow(pFileState, pWinStates, pKey);
code = TSDB_CODE_FAILED;
taosMemoryFree(p);
}
goto _end;
}