diff options
author | George Hazan <george.hazan@gmail.com> | 2025-01-06 12:51:25 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-01-06 12:51:25 +0300 |
commit | 8ae640863b5ad766fffa77b32412924bc078419e (patch) | |
tree | 8ed589ac1ee91992a4ad4aa460d271fac3f1bc7c /protocols/Steam/src/steam_chats.cpp | |
parent | 5eb5e564b4d8d506470baa0b3f11814563cb5087 (diff) |
minor code cleaning
Diffstat (limited to 'protocols/Steam/src/steam_chats.cpp')
-rw-r--r-- | protocols/Steam/src/steam_chats.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_chats.cpp b/protocols/Steam/src/steam_chats.cpp index 8e956b33ff..650e1bcfe1 100644 --- a/protocols/Steam/src/steam_chats.cpp +++ b/protocols/Steam/src/steam_chats.cpp @@ -197,6 +197,8 @@ void CSteamProto::OnLeftChat(const CChatRoomLeaveChatRoomGroupResponse&, const C db_delete_contact(cc); } + + delete pGroupId; } } |