From 14a1163afaf899d15a93dabac21e07806d345f0f Mon Sep 17 00:00:00 2001 From: chelovechishko Date: Fri, 13 May 2022 21:10:02 +0900 Subject: [PATCH] gui: chatlobbydialog: delete mparticipantcomparerole in destructor --- retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp index 0f9f26240..62834fb3e 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp +++ b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp @@ -469,6 +469,7 @@ ChatLobbyDialog::~ChatLobbyDialog() // save settings processSettings(false); + delete mParticipantCompareRole; } ChatWidget *ChatLobbyDialog::getChatWidget()