Kaydet (Commit) 55a754cc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix memory leak

Change-Id: Icf46bc3c086a8221e08a4bb18e1f64355043cdbb
üst b497655a
......@@ -109,6 +109,8 @@ bool SdPPTFilter::Import()
if ( !bRet )
mrMedium.SetError( SVSTREAM_WRONGVERSION, OSL_LOG_PREFIX );
pLibrary->release(); //TODO: let it get unloaded?
delete pLibrary;
}
#else
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