[Libreoffice-bugs] [Bug 144256] Missing destruction of FirebirdDriver::~FirebirdDriver, OSDBCDriverManager::~OSDBCDriverManager, OPoolCollection::~OPoolCollection opening and closing an ODB

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 2 12:43:16 UTC 2021


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

--- Comment #1 from Stephan Bergmann <sbergman at redhat.com> ---
drivermanager::OSDBCDriverManager
(connectivity/source/manager/mdrivermanager.hxx) is the single-instance
implementation of the css.sdbc.DriverManager service (cf.
connectivity/source/manager/sdbc2.component).  In the reproducer scenario it
does get a css.lang.XComponent::dispose call from
cppuhelper::ServiceManager::disposing (cppuhelper/source/servicemanager.cxx) as
expected.  So there must be some other reason (an unbroken circular
dependencies perhaps?) that prevents destruction despite the dispose() call.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210902/d8d4765f/attachment.htm>


More information about the Libreoffice-bugs mailing list