1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
tux3 2bdd9824c7
fix(ui): Prevent suicide crash on logout
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.
2016-07-03 12:49:13 +02:00
..
audio fix(audio): actually disable the audio in/out device in settings, when selected 2016-07-01 10:41:41 +02:00
chatlog feat(chat): consistent use of the chat font settings 2016-06-30 20:24:00 +02:00
core refactor(filter_audio): completely remove filter_audio dependency 2016-06-04 22:12:27 +02:00
net fix(i18n): Divide getting and translating Toxme error message 2016-05-10 23:28:59 +03:00
persistence fix(audio): actually disable the audio in/out device in settings, when selected 2016-07-01 10:41:41 +02:00
platform fix(capslock_x11): properly release the X display handle 2016-06-15 18:44:12 +02:00
video style(constructors): Constructors are explicit now 2016-04-20 22:53:27 +03:00
widget fix(ui): Prevent suicide crash on logout 2016-07-03 12:49:13 +02:00
friend.cpp Grouplist: tracking of the friend's alias changing (fix: #1847) 2016-01-22 23:43:39 +06:00
friend.h Add status message setter and getter 2015-11-09 20:53:24 +00:00
friendlist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
friendlist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
group.cpp Merge pull request #2839 2016-03-26 12:48:17 +01:00
group.h remove unused code, removed unused checks 2015-10-18 10:18:06 +01:00
grouplist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
grouplist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
ipc.cpp refactor(android): All android code is removed 2016-05-15 02:42:20 +03:00
ipc.h cleanup inheritance QThread --> QObject and includes 2015-10-11 13:49:22 +02:00
loginscreen.ui fix(passwordfields): use PasswordEdit widget for all password fields 2016-06-17 21:55:27 +02:00
main.cpp style(main): Small style fixes 2016-06-28 22:42:49 +03:00
mainwindow.ui Revert "Revert changes from merge of #2092 pull request" 2016-02-20 22:32:57 +01:00
nexus.cpp fix(ui): Prevent suicide crash on logout 2016-07-03 12:49:13 +02:00
nexus.h fix(ui): Prevent suicide crash on logout 2016-07-03 12:49:13 +02:00