gui: chatlobbydialog: delete mparticipantcomparerole in destructor

This commit is contained in:
chelovechishko 2022-05-13 21:10:02 +09:00
parent 638216e513
commit 14a1163afa

View file

@ -469,6 +469,7 @@ ChatLobbyDialog::~ChatLobbyDialog()
// save settings // save settings
processSettings(false); processSettings(false);
delete mParticipantCompareRole;
} }
ChatWidget *ChatLobbyDialog::getChatWidget() ChatWidget *ChatLobbyDialog::getChatWidget()