git commit -m 'memory leak in restful while close context'

This commit is contained in:
Shengliang Guan 2020-09-17 07:07:27 +00:00
parent bf7abbab1c
commit c9e1f79317
1 changed files with 1 additions and 0 deletions

View File

@ -230,4 +230,5 @@ void httpCloseContextByServer(HttpContext *pContext) {
pContext->parsed = false;
httpRemoveContextFromEpoll(pContext);
httpReleaseContext(pContext, true);
}