| commit | 8db51361dc199c731cb82a06f90b4d2ff8eebfaf | [log] |
|---|---|---|
| author | Norbert Thiebaud <nthiebaud@gmail.com> | Sun Jan 19 15:11:09 2014 -0600 |
| committer | Norbert Thiebaud <nthiebaud@gmail.com> | Sun Jan 19 15:11:09 2014 -0600 |
| tree | 3036cc1253ba843c3af89135a72928b43c874b32 | |
| parent | 9fd10cca8e8a3121b378b9e820c565c101985809 [diff] |
coverity#1132662 Dereference after null check Change-Id: Iaccf8bb7903702d2bed3c4fc2195172e18ead6c7
diff --git a/accessibility/source/standard/vclxaccessiblelist.cxx b/accessibility/source/standard/vclxaccessiblelist.cxx index f998904..6d22816 100644 --- a/accessibility/source/standard/vclxaccessiblelist.cxx +++ b/accessibility/source/standard/vclxaccessiblelist.cxx
@@ -281,7 +281,7 @@ void VCLXAccessibleList::UpdateSelection_Impl_Acc(bool b_IsDropDownList) { //VCLXAccessibleDropdownListBox //when in list is dropped down, xText = NULL if (m_pListBoxHelper->IsInDropDown()) if (m_pListBoxHelper && m_pListBoxHelper->IsInDropDown()) { if ( aNewValue.hasValue() || aOldValue.hasValue() ) {