mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
- delete socket client explicitely (although Qt should take care of it)
This commit is contained in:
parent
41e18fd245
commit
da080a8979
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ void GUI::readParamsOnSocket() {
|
||||||
processParams(QString::fromUtf8(params.data()).split(QString::fromUtf8("\n")));
|
processParams(QString::fromUtf8(params.data()).split(QString::fromUtf8("\n")));
|
||||||
qDebug("Received parameters from another instance");
|
qDebug("Received parameters from another instance");
|
||||||
}
|
}
|
||||||
|
clientConnection->deleteLater();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue