提交 89028123 编写于 作者: W wpan

fix bug

上级 a299c05c
......@@ -2744,6 +2744,7 @@ void tscHandleSubqueryError(SRetrieveSupport *trsupport, SSqlObj *pSql, int numO
SSqlObj *userSql = ((SRetrieveSupport*)pParentSql->param)->pParentSql;
tscFreeRetrieveSup(pParentSql);
tscFreeRetrieveSup(userSql);
tscFreeSubobj(userSql);
tfree(userSql->pSubs);
......
......@@ -3768,6 +3768,7 @@ static void tscSubqueryCompleteCallback(void* param, TAOS_RES* tres, int code) {
SSqlObj *userSql = ((SRetrieveSupport*)pParentSql->param)->pParentSql;
tscFreeRetrieveSup(pParentSql);
tscFreeRetrieveSup(userSql);
tscFreeSubobj(userSql);
tfree(userSql->pSubs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册