summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/core.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-02-22 17:02:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-02-22 17:02:52 +0300
commita14e6388fd3266c6815a4ebaad3a942896c3e80a (patch)
tree84147df60f4be482f3c5074ce1f8adcdbf46b4a2 /protocols/Gadu-Gadu/src/core.cpp
parent061a20a9cf305cf5fabe2a35b7d8a86eb8d6b154 (diff)
if one needs to remove a chat's contact, just remove it and don't fuck my brain
Diffstat (limited to 'protocols/Gadu-Gadu/src/core.cpp')
-rw-r--r--protocols/Gadu-Gadu/src/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/core.cpp b/protocols/Gadu-Gadu/src/core.cpp
index 08e31d7e23..71c5726c0b 100644
--- a/protocols/Gadu-Gadu/src/core.cpp
+++ b/protocols/Gadu-Gadu/src/core.cpp
@@ -1221,7 +1221,7 @@ void GaduProto::OnContactDeleted(MCONTACT hContact)
list_remove(&chats, chat, 1);
// Terminate chat window / shouldn't cascade entry is deleted
Chat_Control(chat->si, SESSION_OFFLINE);
- Chat_Terminate(chat->si, wszRoomId);
+ Chat_Terminate(chat->si);
chat->si = nullptr;
}
return;