diff --git a/src/gui/torrentcreatordlg.cpp b/src/gui/torrentcreatordlg.cpp index 9dc836ab9..d7e1f8dc1 100644 --- a/src/gui/torrentcreatordlg.cpp +++ b/src/gui/torrentcreatordlg.cpp @@ -86,9 +86,6 @@ TorrentCreatorDlg::~TorrentCreatorDlg() { saveSettings(); - if (m_creatorThread) - delete m_creatorThread; - delete m_ui; }