Browse Source

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

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
366d5108c4
  1. 1
      src/GUI.cpp

1
src/GUI.cpp

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

Loading…
Cancel
Save