Hi all,

I am trying to understand where the SvxFontNameBox_Impl objects are
deallocated. With help from
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.

ImplToolItem::~ImplToolItem() {
// don't dispose mpWindow - we get copied around.
}


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.

Thanks,
Dennis

http://www.ldcs.co.in
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to