From 366d5108c4d479f345f62f3325f5e048b8329174 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 26 Aug 2007 16:30:52 +0000 Subject: [PATCH] - I thought there was a memory leak here but it crashes when I delete it so.. --- src/GUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 2b8a39735..9182bf6c7 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -357,7 +357,6 @@ void GUI::readParamsOnSocket() { processParams(QString::fromUtf8(params.data()).split(QString::fromUtf8("\n"))); qDebug("Received parameters from another instance"); } - delete clientConnection; } }