diff --git a/src/GUI.cpp b/src/GUI.cpp index 8a9141d95..d967b2098 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -365,6 +365,7 @@ void GUI::readParamsOnSocket() { processParams(QString::fromUtf8(params.data()).split(QString::fromUtf8("\n"))); qDebug("Received parameters from another instance"); } + clientConnection->deleteLater(); } }