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

coverity#738544 Uninitialized scalar variable

Change-Id: Ife273f4e36f7d2cfc837ab6fb21796392fd45d28
üst 21fc47e1
......@@ -88,6 +88,7 @@ ReferencePathInfo MenuBarMerger::FindReferencePath(
{
aResult.pPopupMenu = NULL;
aResult.nPos = 0;
aResult.nLevel = -1;
aResult.eResult = RP_MENUITEM_NOT_FOUND;
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