mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fixed crash bug described by Cranken in #165
This commit is contained in:
parent
ece0482502
commit
c9c2aa6dce
|
@ -89,6 +89,10 @@ ChannelView::~ChannelView()
|
|||
{
|
||||
QObject::disconnect(&SettingsManager::getInstance(), &SettingsManager::wordTypeMaskChanged,
|
||||
this, &ChannelView::wordTypeMaskChanged);
|
||||
this->messageAppendedConnection.disconnect();
|
||||
this->messageRemovedConnection.disconnect();
|
||||
this->repaintGifsConnection.disconnect();
|
||||
this->layoutConnection.disconnect();
|
||||
}
|
||||
|
||||
void ChannelView::queueUpdate()
|
||||
|
|
Loading…
Reference in a new issue