未验证 提交 5c369d2c 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3565 from taosdata/feature/http

memory leak in restful while close context
......@@ -230,4 +230,5 @@ void httpCloseContextByServer(HttpContext *pContext) {
pContext->parsed = false;
httpRemoveContextFromEpoll(pContext);
httpReleaseContext(pContext, true);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册