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

coverity#736452 Resource leak

Change-Id: I7880007562e6706c2a4439fbda3063dc70fe13a3
üst e3193eb3
...@@ -116,6 +116,8 @@ bool SdPPTFilter::Import() ...@@ -116,6 +116,8 @@ bool SdPPTFilter::Import()
if ( !bRet ) if ( !bRet )
mrMedium.SetError( SVSTREAM_WRONGVERSION, OSL_LOG_PREFIX ); mrMedium.SetError( SVSTREAM_WRONGVERSION, OSL_LOG_PREFIX );
delete pLibrary;
} }
#else #else
bRet = ImportPPT( &mrDocument, *pDocStream, *pStorage, mrMedium ); bRet = ImportPPT( &mrDocument, *pDocStream, *pStorage, mrMedium );
......
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