mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix #725: CHTTPSock memory leak - missing deflateEnd() call
This commit is contained in:
@@ -270,6 +270,7 @@ void CHTTPSock::PrintPage(const CString& sPage) {
|
||||
} while(zStatus == Z_OK);
|
||||
|
||||
Close(Csock::CLT_AFTERWRITE);
|
||||
deflateEnd(&zStrm);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user