mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Avoid double delete on close
This commit is contained in:
parent
b9478e0f00
commit
c3de2310c5
@ -86,9 +86,6 @@ TorrentCreatorDlg::~TorrentCreatorDlg()
|
||||
{
|
||||
saveSettings();
|
||||
|
||||
if (m_creatorThread)
|
||||
delete m_creatorThread;
|
||||
|
||||
delete m_ui;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user