mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Cleaning memory for Web UI to avoid problems when running for a long time
This commit is contained in:
@@ -42,6 +42,7 @@ HttpConnection::HttpConnection(QTcpSocket *socket, HttpServer *parent)
|
|||||||
|
|
||||||
HttpConnection::~HttpConnection()
|
HttpConnection::~HttpConnection()
|
||||||
{
|
{
|
||||||
|
delete socket;
|
||||||
}
|
}
|
||||||
|
|
||||||
void HttpConnection::read()
|
void HttpConnection::read()
|
||||||
|
|||||||
Reference in New Issue
Block a user