fix crash issue
This commit is contained in:
parent
176af30aec
commit
b9d5df6761
|
@ -2055,10 +2055,7 @@ void tscFreeRetrieveSupporters(SSqlObj *pSql) {
|
|||
SSqlObj* pSub = pSql->pSubs[i];
|
||||
assert(pSub != NULL);
|
||||
|
||||
SRetrieveSupport* pSupport = pSub->param;
|
||||
|
||||
tfree(pSupport->localBuffer);
|
||||
tfree(pSub->param);
|
||||
tscFreeRetrieveSup(pSub);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue