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
processSettings(false);
delete mParticipantCompareRole;
}
ChatWidget *ChatLobbyDialog::getChatWidget()