fix: asan problems for rsma

This commit is contained in:
kailixu 2022-11-25 16:16:36 +08:00
parent a70583c4af
commit 993e569403
1 changed files with 0 additions and 1 deletions

View File

@ -1466,7 +1466,6 @@ static int32_t tdRSmaBatchExec(SSma *pSma, SRSmaInfo *pInfo, STaosQall *qall, SA
}
return TSDB_CODE_SUCCESS;
_err:
ASSERT(0);
while (1) {
void *msg = NULL;
taosGetQitem(qall, (void **)&msg);