1
0
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:
Christophe Dumez 2008-09-13 20:33:07 +00:00
parent 321b76a72a
commit 75290cf715

View File

@ -42,6 +42,7 @@ HttpConnection::HttpConnection(QTcpSocket *socket, HttpServer *parent)
HttpConnection::~HttpConnection()
{
delete socket;
}
void HttpConnection::read()