Merge pull request #3565 from taosdata/feature/http
memory leak in restful while close context
This commit is contained in:
commit
5c369d2c9f
|
@ -230,4 +230,5 @@ void httpCloseContextByServer(HttpContext *pContext) {
|
|||
|
||||
pContext->parsed = false;
|
||||
httpRemoveContextFromEpoll(pContext);
|
||||
httpReleaseContext(pContext, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue