Merge branch 'feature/fangstatic' of https://github.com/taosdata/TDengine into feature/fangstatic
This commit is contained in:
commit
56f4f42c0c
|
@ -326,7 +326,7 @@ static tSQLSyntaxNode *createSyntaxTree(SSchema *pSchema, int32_t numOfCols, cha
|
|||
uint8_t localOptr = getBinaryExprOptr(&t0);
|
||||
if (localOptr == 0) {
|
||||
pError("not support binary operator:%d", t0.type);
|
||||
free(pBinExpr)
|
||||
free(pBinExpr);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -936,4 +936,4 @@ void tQueryResultClean(tQueryResultset *pRes) {
|
|||
|
||||
tfree(pRes->pRes);
|
||||
pRes->num = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue