diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_icolib.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_icolib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_icolib.cpp b/protocols/JabberG/src/jabber_icolib.cpp index 1e8bfa7b07..36302d1d3f 100644 --- a/protocols/JabberG/src/jabber_icolib.cpp +++ b/protocols/JabberG/src/jabber_icolib.cpp @@ -98,7 +98,7 @@ CIconPool::CPoolItem::~CPoolItem() mir_free(m_szIcolibName);
}
- if (m_name) mir_free(m_name);
+ mir_free(m_name);
}
CIconPool::CIconPool() :
|