mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -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()
|
||||
{
|
||||
delete socket;
|
||||
}
|
||||
|
||||
void HttpConnection::read()
|
||||
|
||||
Reference in New Issue
Block a user