Fix crash resulting from a mutex deadlock when switching users (#4675)

This commit is contained in:
nerix
2023-06-10 13:40:30 +02:00
committed by GitHub
parent 335dff53af
commit 65a14fb95b
3 changed files with 20 additions and 18 deletions
+2
View File
@@ -34,6 +34,8 @@ private:
std::shared_ptr<MessageThread> thread_;
// The channel that the reply thread is in
ChannelPtr channel_;
// The channel for the `threadView`
ChannelPtr virtualChannel_;
Split *split_;
struct {