Browse Source

Avoid double delete on close

adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
c3de2310c5
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 3
      src/gui/torrentcreatordlg.cpp

3
src/gui/torrentcreatordlg.cpp

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

Loading…
Cancel
Save