Kaydet (Commit) cd210280 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1038312 Dereference before null check

Change-Id: I280d9382a47c0a934f5b1cd79eead59f9a50e52e
üst 5212847d
......@@ -255,7 +255,7 @@ void HelpParser::ProcessHelp( LangHashMap* aLangHM , const OString& sCur , ResDa
aLangHM->erase( sCur );
}
}
else if( pResData )
else
{
SAL_WARN(
"l10ntools",
......
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