mirror of https://github.com/qTox/qTox.git
Browse Source
Fixes #2480 The GUI was deleting itself on logout, but was doing while deep inside the middle of GUI code, resulting in a series of use-after-free on the return path. We now freeze the GUI and logout asynchronously in a more suitable call stack.pull/3465/merge
3 changed files with 13 additions and 3 deletions
Loading…
Reference in new issue