[td-225] fix bugs in regression test.

This commit is contained in:
Haojun Liao 2020-09-21 15:17:27 +08:00
parent ad1c82b6db
commit f982f2df5e
1 changed files with 1 additions and 2 deletions

View File

@ -615,10 +615,9 @@ void taos_close_stream(TAOS_STREAM *handle) {
tscDebug("%p stream:%p is closed", pSql, pStream);
// notify CQ to release the pStream object
pStream->fp(pStream->param, NULL, NULL);
taos_free_result(pSql);
tscFreeSqlObj(pSql);
pStream->pSql = NULL;
taosTFree(pStream);
}
}