git commit -m 'memory leak in restful while close context'
This commit is contained in:
parent
bf7abbab1c
commit
c9e1f79317
|
@ -230,4 +230,5 @@ void httpCloseContextByServer(HttpContext *pContext) {
|
||||||
|
|
||||||
pContext->parsed = false;
|
pContext->parsed = false;
|
||||||
httpRemoveContextFromEpoll(pContext);
|
httpRemoveContextFromEpoll(pContext);
|
||||||
|
httpReleaseContext(pContext, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue