From 75290cf7159ef1b7c1a997d15c7359894356516e Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 13 Sep 2008 20:33:07 +0000 Subject: [PATCH] - Cleaning memory for Web UI to avoid problems when running for a long time --- src/httpconnection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/httpconnection.cpp b/src/httpconnection.cpp index 06b11b194..b7269e9dc 100644 --- a/src/httpconnection.cpp +++ b/src/httpconnection.cpp @@ -42,6 +42,7 @@ HttpConnection::HttpConnection(QTcpSocket *socket, HttpServer *parent) HttpConnection::~HttpConnection() { + delete socket; } void HttpConnection::read()