From cded61d28d4602092dd80536aea104df029b5ec2 Mon Sep 17 00:00:00 2001 From: fourtf Date: Mon, 28 May 2018 15:23:17 +0200 Subject: [PATCH] fixed crash --- src/widgets/split.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/split.cpp b/src/widgets/split.cpp index dda289b3b..0776d3256 100644 --- a/src/widgets/split.cpp +++ b/src/widgets/split.cpp @@ -143,6 +143,7 @@ Split::Split(QWidget *parent) Split::~Split() { this->usermodeChangedConnection.disconnect(); + this->roomModeChangedConnection.disconnect(); this->channelIDChangedConnection.disconnect(); this->indirectChannelChangedConnection.disconnect(); }