Kaydet (Commit) 8a32f50b authored tarafından Jian Fang Zhang's avatar Jian Fang Zhang

#i120737#, SfxFilterContainer_Impl object created in SfxFilterContainer ctor…

#i120737#, SfxFilterContainer_Impl object created in SfxFilterContainer ctor need delete explicitly 

Found by: zhangjf 
Patch by: zhangjf
üst 70f7599d
......@@ -187,6 +187,7 @@ SfxFilterContainer::SfxFilterContainer( const String& rName )
SfxFilterContainer::~SfxFilterContainer()
{
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