mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Avoid double delete on close
This commit is contained in:
@@ -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