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

coverity#441139 Explicit null dereferenced

Change-Id: I015125fca5cd3e4c1ac2407c0449fe641991f8f6
üst e123213f
......@@ -2785,7 +2785,7 @@ void SfxMedium::CompleteReOpen()
if ( pImp->pTempFile )
pImp->m_aName = pImp->pTempFile->GetFileName();
}
else
else if (pTmpFile)
{
pTmpFile->EnableKillingFile( true );
delete pTmpFile;
......
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