提交 b9d5df67 编写于 作者: W wpan

fix crash issue

上级 176af30a
...@@ -2055,10 +2055,7 @@ void tscFreeRetrieveSupporters(SSqlObj *pSql) { ...@@ -2055,10 +2055,7 @@ void tscFreeRetrieveSupporters(SSqlObj *pSql) {
SSqlObj* pSub = pSql->pSubs[i]; SSqlObj* pSub = pSql->pSubs[i];
assert(pSub != NULL); assert(pSub != NULL);
SRetrieveSupport* pSupport = pSub->param; tscFreeRetrieveSup(pSub);
tfree(pSupport->localBuffer);
tfree(pSub->param);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册