https://bugs.documentfoundation.org/show_bug.cgi?id=144256
Bug ID: 144256
Summary: Missing destruction of
FirebirdDriver::~FirebirdDriver,
OSDBCDriverManager::~OSDBCDriverManager,
OPoolCollection::~OPoolCollection opening and closing
an ODB
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
1. Put breakpoints to ctors and dtors of
- FirebirdDriver,
- OSDBCDriverManager,
- OPoolCollection
2. Open attachment 174687 and navigate to Tables
- see that the ctors get called
3. Close LibreOffice
- see that dtors don't get called
=> one consequence is that temporary directories are kept on disk
Tested with 7.2.1.1 and current master on Windows.
--
You are receiving this mail because:
You are the assignee for the bug.