<div dir="ltr">Hi all,<br><br>I am trying to understand where the SvxFontNameBox_Impl objects are deallocated. With help from <br>gdb and opengrok, I found that it is held in ImplToolItem::mpWindow. But in ImplToolItem destructor it says clearly not to remove mpWindow as a comment.<br><br>ImplToolItem::~ImplToolItem() { <br>// don't dispose mpWindow - we get copied around.<br>}<br><br><br>Now I am stuck, as I cannot find any object that gets hold of mpWindow and own it. It would be really helpful if somebody give me a hint on this.<br><br>Thanks,<br>Dennis<br><br><a href="http://www.ldcs.co.in" target="_blank">http://www.ldcs.co.in</a><br></div>