Commit 2c6c6f10 authored by Marc Durdin's avatar Marc Durdin
Browse files

fix(developer): OnlineUpdate crash on shutdown

Fixes #7829.

The online update check could crash on shutdown because the thread
destructor would run from the wrong thread. This caused the main form
destruction, which happens if the user chooses to install the update,
to be triggered from the worker thread, leading to much pain.
parent cdebd9e7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment