stream count window sliding

This commit is contained in:
54liuyao 2024-01-26 16:15:25 +08:00
parent 9e86dfaee7
commit 4d8fbc0396
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ SOperatorInfo* createCountwindowOperatorInfo(SOperatorInfo* downstream, SPhysiNo
_error: _error:
if (pInfo != NULL) { if (pInfo != NULL) {
destroyEWindowOperatorInfo(pInfo); destroyCountWindowOperatorInfo(pInfo);
} }
taosMemoryFreeClear(pOperator); taosMemoryFreeClear(pOperator);