Skip to content

Commit

Permalink
Fix crash on opening torrent/magnet (uninitialized pointer). Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
sledgehammer999 committed Nov 20, 2017
1 parent 325f9f6 commit 236abcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/application.cpp
Expand Up @@ -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");

Expand Down

0 comments on commit 236abcf

Please sign in to comment.