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

coverity#1158199 Dereference null return value

Change-Id: I87c5193ed4a605e85bb57bd0991725202c871966
üst f72947d5
......@@ -3694,6 +3694,7 @@ sal_uInt16 PopupMenu::ImplExecute( Window* pW, const Rectangle& rRect, sal_uLong
0xFFFF, MENUITEM_STRING, 0, aTmpEntryText, Image(), NULL, 0xFFFF, OString() );
size_t nPos = 0;
pData = pItemList->GetData( pData->nId, nPos );
assert(pData);
pData->bIsTemporary = true;
ImplCallEventListeners(VCLEVENT_MENU_SUBMENUCHANGED, nPos);
}
......
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