From 11fc0c1ee9c8f7aa8bcfc94b9703134c06cd7bff Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 8 May 2014 20:37:07 +0200 Subject: Revert "coverity#736452 Resource leak" Somehow this one lets the windows tinderboxes fail. This reverts commit f6012f6c5d40857ea7a9490da90ae5541d859563. Change-Id: I1f3e503bef74956f64bb2f0b9d748fc7fc7299c5 --- sd/source/filter/sdpptwrp.cxx | 2 -- 1 file changed, 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 ); -- cgit