mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Cleaning memory for Web UI to avoid problems when running for a long time
This commit is contained in:
parent
321b76a72a
commit
75290cf715
@ -42,6 +42,7 @@ HttpConnection::HttpConnection(QTcpSocket *socket, HttpServer *parent)
|
||||
|
||||
HttpConnection::~HttpConnection()
|
||||
{
|
||||
delete socket;
|
||||
}
|
||||
|
||||
void HttpConnection::read()
|
||||
|
Loading…
Reference in New Issue
Block a user