[td-255] fix bug found by regression test.
This commit is contained in:
parent
1f15dda4ad
commit
e2e4487fc2
|
@ -4322,7 +4322,9 @@ void tscTryQueryNextClause(SSqlObj* pSql, __async_cb_func_t fp) {
|
||||||
}
|
}
|
||||||
|
|
||||||
tfree(pSql->pSubs);
|
tfree(pSql->pSubs);
|
||||||
|
tfree(pSql->subState.states);
|
||||||
pSql->subState.numOfSub = 0;
|
pSql->subState.numOfSub = 0;
|
||||||
|
pthread_mutex_destroy(&pSql->subState.mutex);
|
||||||
|
|
||||||
pSql->fp = fp;
|
pSql->fp = fp;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue