1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

- delete socket client explicitely (although Qt should take care of it)

This commit is contained in:
Christophe Dumez 2009-11-19 07:24:14 +00:00
parent 41e18fd245
commit da080a8979

View File

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