summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-12 11:47:18 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-12 14:32:30 +0200
commit3d50039170b91428f7fd81521feb1dbde4c83666 (patch)
tree4feee9b4a355dddea93e2d2a5d2145ecca1c9693 /sfx2/source/bastyp/fltfnc.cxx
parent5861faa1b378074c389200e8adef467f5b3099c9 (diff)
do not leak memory
Diffstat (limited to 'sfx2/source/bastyp/fltfnc.cxx')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index f9cce13ce989..8e22f5b0e4eb 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -188,6 +188,7 @@ SfxFilterContainer::SfxFilterContainer( const String& rName )
SfxFilterContainer::~SfxFilterContainer()
{
+ delete pImpl;
}
//----------------------------------------------------------------