Kaydet (Commit) feeab468 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove leak

üst 3fc12f71
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment