summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-08 20:37:07 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-08 20:45:15 +0200
commit11fc0c1ee9c8f7aa8bcfc94b9703134c06cd7bff (patch)
treec5e2a0097a25c7ed4817be1346c25659de4ecfc0
parent2908bfefbc04357890967bb13a4435b9fdb643d4 (diff)
Revert "coverity#736452 Resource leak"
Somehow this one lets the windows tinderboxes fail. This reverts commit f6012f6c5d40857ea7a9490da90ae5541d859563. Change-Id: I1f3e503bef74956f64bb2f0b9d748fc7fc7299c5
-rw-r--r--sd/source/filter/sdpptwrp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx
index a8bebf01c782..52c8f7f6fdb4 100644
--- a/sd/source/filter/sdpptwrp.cxx
+++ b/sd/source/filter/sdpptwrp.cxx
@@ -116,8 +116,6 @@ bool SdPPTFilter::Import()
if ( !bRet )
mrMedium.SetError( SVSTREAM_WRONGVERSION, OSL_LOG_PREFIX );
-
- delete pLibrary;
}
#else
bRet = ImportPPT( &mrDocument, *pDocStream, *pStorage, mrMedium );