--- Module: NGDisabledItemComboBox.cpp } NGDisabledItemComboBox.cpp(302): error 1540: (Warning -- Pointer member 'CListBoxInsideComboBox::m_pParent' (line 27, file NGDisabledItemComboBox.h) neither freed nor zero'ed by destructor -- Effective C++ #6) if (!bOutside && !m_pParent->IsItemEnabled(nIndex)) NGDisabledItemComboBox.cpp(337): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) if (!bOutside && !m_pParent->IsItemEnabled(nIndex)) NGDisabledItemComboBox.cpp(357): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) if (!bOutside && !m_pParent->IsItemEnabled(nIndex)) NGDisabledItemComboBox.cpp(377): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) if (m_pParent->GetDroppedState()) NGDisabledItemComboBox.cpp(389): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) if (m_pParent->IsItemEnabled(--nSel)) NGDisabledItemComboBox.cpp(403): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) if (m_pParent->IsItemEnabled(++nSel)) NGDisabledItemComboBox.cpp(423): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) if (m_pParent->IsItemEnabled(nSel)) NGDisabledItemComboBox.cpp(440): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) if (m_pParent->IsItemEnabled(--nSel)) NGDisabledItemComboBox.cpp(457): error 613: (Warning -- Possible use of null pointer 'CListBoxInsideComboBox::m_pParent' in left argument to operator '->' [Reference: file NGDisabledItemComboBox.cpp: line 296]) --- Global Wrap-up error 900: (Note -- Successful completion, 9 messages produced)