mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Avoid double delete on close
This commit is contained in:
committed by
sledgehammer999
parent
068eff9e9f
commit
7d25b6fce2
@@ -86,9 +86,6 @@ TorrentCreatorDlg::~TorrentCreatorDlg()
|
|||||||
{
|
{
|
||||||
saveSettings();
|
saveSettings();
|
||||||
|
|
||||||
if (m_creatorThread)
|
|
||||||
delete m_creatorThread;
|
|
||||||
|
|
||||||
delete m_ui;
|
delete m_ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user