refactor stream backend
This commit is contained in:
parent
b3c54a0f06
commit
d43b3b4a32
|
@ -687,8 +687,7 @@ void streamStateResetCur(SStreamStateCur* pCur) {
|
|||
}
|
||||
|
||||
void streamStateFreeCur(SStreamStateCur* pCur) {
|
||||
if (!pCur || pCur->buffIndex >= 0) {
|
||||
taosMemoryFree(pCur);
|
||||
if (!pCur) {
|
||||
return;
|
||||
}
|
||||
qDebug("streamStateFreeCur");
|
||||
|
|
Loading…
Reference in New Issue