mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Cleaning memory for Web UI to avoid problems when running for a long time
This commit is contained in:
parent
321b76a72a
commit
75290cf715
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ HttpConnection::HttpConnection(QTcpSocket *socket, HttpServer *parent)
|
|||
|
||||
HttpConnection::~HttpConnection()
|
||||
{
|
||||
delete socket;
|
||||
}
|
||||
|
||||
void HttpConnection::read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue