fix issue
This commit is contained in:
parent
59d47e1e1f
commit
460ee86fdf
|
@ -500,6 +500,7 @@ int32_t getStateWinResultBuff(SStreamFileState* pFileState, SSessionKey* key, ch
|
||||||
} else {
|
} else {
|
||||||
(*pVal) = addNewSessionWindow(pFileState, pWinStates, key);
|
(*pVal) = addNewSessionWindow(pFileState, pWinStates, key);
|
||||||
code = TSDB_CODE_FAILED;
|
code = TSDB_CODE_FAILED;
|
||||||
|
taosMemoryFree(p);
|
||||||
}
|
}
|
||||||
goto _end;
|
goto _end;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue