Update tscAst.c

This commit is contained in:
fangpanpan 2019-12-07 18:28:49 +08:00 committed by GitHub
parent 6a18a23873
commit cafdde229c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}