Fix crash on opening torrent/magnet (uninitialized pointer). Closes #7739 #7723.

This commit is contained in:
sledgehammer999
2017-11-20 17:46:31 +02:00
parent d2a4027347
commit 223ab7de84

View File

@@ -105,6 +105,7 @@ Application::Application(const QString &id, int &argc, char **argv)
, m_running(false)
, m_shutdownAct(ShutdownDialogAction::Exit)
, m_commandLineArgs(parseCommandLine(this->arguments()))
, m_webui(nullptr)
{
qRegisterMetaType<Log::Msg>("Log::Msg");