Kaydet (Commit) e19cbd4c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705821 Dereference before null check

Change-Id: I3467f6be08794a663b9836ac02195ce2bf9ff4f2
üst 984fa4ca
......@@ -1223,8 +1223,7 @@ IMPL_LINK( OGroupsSortingDialog, LBChangeHdl, ListBox*, pListBox )
aArgs[0].Value <<= pListBox->GetSelectEntryPos() == 0;
m_pController->executeChecked(&m_aHeaderLst == pListBox ? SID_GROUPHEADER : SID_GROUPFOOTER,aArgs);
if ( m_pFieldExpression )
m_pFieldExpression->InvalidateHandleColumn();
m_pFieldExpression->InvalidateHandleColumn();
}
}
return 1L;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment