- I thought there was a memory leak here but it crashes when I delete it so..

This commit is contained in:
Christophe Dumez 2007-08-26 16:30:52 +00:00
parent 7dc7cea31b
commit 366d5108c4

View file

@ -357,7 +357,6 @@ void GUI::readParamsOnSocket() {
processParams(QString::fromUtf8(params.data()).split(QString::fromUtf8("\n")));
qDebug("Received parameters from another instance");
}
delete clientConnection;
}
}