summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-20 23:02:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-23 12:31:12 +0100
commitb2091208c8efdff44d6a331424de9662e94d9dc1 (patch)
tree61aa7b5949a06d53a4048952d8ce694c68903b46
parent86f82f86055330dabffaf1e3143be1b3debc47bb (diff)
remove leak
-rw-r--r--sfx2/source/doc/docfac.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/docfac.cxx b/sfx2/source/doc/docfac.cxx
index 7963f0c39d..cbd4082589 100644
--- a/sfx2/source/doc/docfac.cxx
+++ b/sfx2/source/doc/docfac.cxx
@@ -148,6 +148,7 @@ SfxObjectFactory::~SfxObjectFactory()
for ( sal_uInt16 i = 0; i < nCount; ++i )
delete pImpl->aFilterArr[i];
delete pImpl->pNameResId;
+ delete pImpl->pFilterContainer;
delete pImpl;
}