https://bugs.documentfoundation.org/show_bug.cgi?id=167495
Bug ID: 167495
Summary: Base opens ResultSets and does not close them
Product: LibreOffice
Version: 3.3.0 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Description:
I'm tracking down resultsets that aren't closing properly.
I found one that is often called: getVersionColumns() from the
XDatabaseMetadata interface and is never closed.
This led me to line 81 of the resultcolumn.cxx file:
-
https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/resultcolumn.cxx#L81
Shouldn't the resultset be closed?
Steps to Reproduce:
Unfortunately there is currently no easy way to reproduce.
Actual Results:
ResultSets are opened by Base but are not closed.
Expected Results:
All ResultSets opened by Base must be closed.
Reproducible: Always
User Profile Reset: No
Additional Info:
No
--
You are receiving this mail because:
You are the assignee for the bug.