提交 a049ae6f 编写于 作者: K kailixu

chore: revert

上级 2ae64cdf
...@@ -388,10 +388,11 @@ void doDestroyRequest(void *p) { ...@@ -388,10 +388,11 @@ void doDestroyRequest(void *p) {
deregisterRequest(pRequest); deregisterRequest(pRequest);
} }
if (pRequest->syncQuery) {
if (pRequest->body.param) { if (pRequest->body.param) {
tsem_destroy(&((SSyncQueryParam *)pRequest->body.param)->sem); tsem_destroy(&((SSyncQueryParam *)pRequest->body.param)->sem);
}
taosMemoryFree(pRequest->body.param); taosMemoryFree(pRequest->body.param);
pRequest->body.param = NULL;
} }
qDestroyQuery(pRequest->pQuery); qDestroyQuery(pRequest->pQuery);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册