From c7bb55b7586eeb85258759dd71c2a1012d772556 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 4 Oct 2015 16:04:25 +0000 Subject: MirandaG15: - fixed group chat messages (broken in r14971) - minor cleanup, leaks fixed, etc... git-svn-id: http://svn.miranda-ng.org/main/trunk@15508 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/LCDFramework/CLCDList.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src/LCDFramework') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDList.h b/plugins/MirandaG15/src/LCDFramework/CLCDList.h index 0f7006d46d..93284ba71a 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDList.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDList.h @@ -400,7 +400,8 @@ public: delete *iter; m_Entrys.erase(iter); - m_pRoot->UpdateEntryCount(); + if (m_pRoot) + m_pRoot->UpdateEntryCount(); return; } } -- cgit v1.2.3