summaryrefslogtreecommitdiff
path: root/sfx2
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
commita7aaa5b01a00a59c22c970a4447005f12b6fa7bb (patch)
tree56ccd01e3317aeb9beeba4f595f92b32161b0939 /sfx2
parent8b90990093b86cf808d01d1f1271067bc2e626c0 (diff)
do not leak memory
Diffstat (limited to 'sfx2')
-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 356a58cb6a..4e87ea6bb5 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;
}
//----------------------------------------------------------------