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

#i120735#, the para object or editengine object attached to textfield object need free explicitly

Found by: zhangjf 
Patch by: zhangjf
üst 33d9584b
......@@ -1793,6 +1793,8 @@ SwPostItField::~SwPostItField()
m_pTextObject->DisposeEditSource();
m_pTextObject->release();
}
delete mpText;
}
/* ---------------------------------------------------------------------------
......
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