https://issues.apache.org/ooo/show_bug.cgi?id=118576
--- Comment #1 from Andre <a...@a-w-f.de> 2011-11-04 13:09:12 UTC --- Created attachment 76955 --> https://issues.apache.org/ooo/attachment.cgi?id=76955 Free member object in destructor of ToolbarLayoutManager ToolbarLayoutManager has a member m_pAddonsOptions which is a ref counted object that holds a pointer to a singleton AddonsOptions_Impl object which is the config item that is not destroyed. The m_pAddonsOptions member is a naked pointer that is created but never destroyed. The patch adds the missing destruction to the destructor of ToolbarLayoutManager. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.