mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Avoid double delete on close
This commit is contained in:
parent
b9478e0f00
commit
c3de2310c5
1 changed files with 0 additions and 3 deletions
|
@ -86,9 +86,6 @@ TorrentCreatorDlg::~TorrentCreatorDlg()
|
||||||
{
|
{
|
||||||
saveSettings();
|
saveSettings();
|
||||||
|
|
||||||
if (m_creatorThread)
|
|
||||||
delete m_creatorThread;
|
|
||||||
|
|
||||||
delete m_ui;
|
delete m_ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue