diff options
author | Pedro Giffuni <pfg@apache.org> | 2015-11-29 20:44:03 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2015-11-29 20:44:03 +0000 |
commit | 0bad09dcce5b9fcb8524617db6f937db3adf0e75 (patch) | |
tree | 8db708a6fe43eecd65b5ef11bc892c23f23f8335 /sd/source | |
parent | bbbba78518a700ed7fc9c25d232543ea49a605ec (diff) |
Resource Leak
CID: 736452
Notes
Notes:
prefer: f6012f6c5d40857ea7a9490da90ae5541d859563
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/sdpptwrp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx index 2a16dcc6618a..ed50a331357e 100644 --- a/sd/source/filter/sdpptwrp.cxx +++ b/sd/source/filter/sdpptwrp.cxx @@ -118,6 +118,7 @@ sal_Bool SdPPTFilter::Import() if ( !bRet ) mrMedium.SetError( SVSTREAM_WRONGVERSION, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); } + delete pLibrary; } delete pDocStream; |