https://issues.apache.org/ooo/show_bug.cgi?id=124623
--- Comment #1 from Ariel Constenla-Haile <[email protected]> --- The extension's event handler is kept alive by the dlgprov::DialogEventsAttacherImpl and its dlgprov::DialogUnoScriptListenerImpl holding a reference to it. These in turn are kept alive because they are listening at the toolkit controls. The toolkit controls are in turn kept alive because the one that creates the container window never disposes it. Disposing m_xPage in ExtensionsTabPage::~ExtensionsTabPage() fixes these memory leaks. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
