fix bug
This commit is contained in:
parent
2f60909aba
commit
9f696b1c40
|
@ -2308,7 +2308,7 @@ static int32_t tscReissueSubquery(SRetrieveSupport *oriTrs, SSqlObj *pSql, int32
|
|||
taos_free_result(pSql);
|
||||
return ret;
|
||||
} else {
|
||||
pSql->pSubs[trsupport->subqueryIndex] = pSql;
|
||||
pParentSql->pSubs[trsupport->subqueryIndex] = pSql;
|
||||
tscFreeRetrieveSup(pNew);
|
||||
taos_free_result(pNew);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue