From fc10d97de4faa52dc2faee61f57cbedbe4a228c2 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 4 Oct 2015 16:08:15 +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@15509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/CContactList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src') diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp index 7a61b0d39a..d3e89bbef6 100644 --- a/plugins/MirandaG15/src/CContactList.cpp +++ b/plugins/MirandaG15/src/CContactList.cpp @@ -1101,7 +1101,7 @@ void CContactList::DeleteGroupObjectByPath(tstring strPath) { ASSERT(!strPath.empty()); - for(vector::iterator iter = iter = m_Groups.begin();iter != m_Groups.end();iter++) + for(vector::iterator iter = m_Groups.begin();iter != m_Groups.end();iter++) { if((*iter)->strPath == strPath) { -- cgit v1.2.3