fix index mem leak

This commit is contained in:
yihaoDeng 2022-05-29 21:56:57 +08:00
parent 544e33c4a6
commit da4ab248ed
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ StreamWithStateResult* streamWithStateNextWith(StreamWithState* sws, StreamCallb
if (FST_NODE_ADDR(p->node) != fstGetRootAddr(sws->fst)) {
taosArrayPop(sws->inp);
}
// streamStateDestroy(p);
streamStateDestroy(p);
continue;
}
FstTransition trn;