1
0
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:
Chocobo1 2017-11-21 18:08:34 +08:00
parent b9478e0f00
commit c3de2310c5
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -86,9 +86,6 @@ TorrentCreatorDlg::~TorrentCreatorDlg()
{
saveSettings();
if (m_creatorThread)
delete m_creatorThread;
delete m_ui;
}