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