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

CID#738544 unitialized member

Change-Id: I4f2342776467594f3512af624a653a9b827a0afe
üst 84cbee60
...@@ -88,6 +88,7 @@ ReferencePathInfo MenuBarMerger::FindReferencePath( ...@@ -88,6 +88,7 @@ ReferencePathInfo MenuBarMerger::FindReferencePath(
ReferencePathInfo aResult; ReferencePathInfo aResult;
if ( !nCount ) if ( !nCount )
{ {
aResult.pPopupMenu = NULL;
aResult.eResult = RP_MENUITEM_NOT_FOUND; aResult.eResult = RP_MENUITEM_NOT_FOUND;
return aResult; return aResult;
} }
......
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