https://bugs.documentfoundation.org/show_bug.cgi?id=112254

--- Comment #3 from Julien Nabet <[email protected]> ---
I noticed SvHeaderTabListBoxImpl hadn't destructor to call
pHeaderBar.disposeAndClear
483  namespace svt
484  {
485      struct SvHeaderTabListBoxImpl
486      {
487          VclPtr<HeaderBar>       m_pHeaderBar;
488          AccessibleFactoryAccess m_aFactoryAccess;
489  
490          SvHeaderTabListBoxImpl() : m_pHeaderBar( nullptr ) { }
491      };
492  }
(see
https://opengrok.libreoffice.org/xref/core/svtools/source/contnr/svtabbx.cxx#494)
I'll submit a patch for this if nobody does it before.

I'm not sure it's sufficient. I tried to follow the relationships of the
different classes involved, it's quite a maze to follow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to