diff options
-rw-r--r-- | plugins/UserInfoEx/src/ctrl_combo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ctrl_combo.cpp b/plugins/UserInfoEx/src/ctrl_combo.cpp index ba9fd4acea..fea79fe997 100644 --- a/plugins/UserInfoEx/src/ctrl_combo.cpp +++ b/plugins/UserInfoEx/src/ctrl_combo.cpp @@ -150,7 +150,7 @@ VOID CCombo::Release() **/
BOOL CCombo::OnInfoChanged(HANDLE hContact, LPCSTR pszProto)
{
- if (!_Flags.B.hasChanged)
+ if (!_Flags.B.hasChanged && _pList != NULL)
{
DBVARIANT dbv;
LPIDSTRLIST pItem = NULL;
|