mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- I thought there was a memory leak here but it crashes when I delete it so..
This commit is contained in:
parent
7dc7cea31b
commit
366d5108c4
1 changed files with 0 additions and 1 deletions
|
@ -357,7 +357,6 @@ 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");
|
||||||
}
|
}
|
||||||
delete clientConnection;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue