mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 07:55:02 -04:00
Fix object leaks in database code
Qt's database and query model requires that both the queries and the database objects are out of scope before a database connection can safely be removed. Solution: Properly encapsulate databases and queries in "{ }" and use a string to cache the connection name for out-of-scope removal.
This commit is contained in:
@ -10,6 +10,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
|
||||
|
||||
### YACReaderLibrary
|
||||
* update QsLog logger to version 2.1, snapshot 46b643d5bcbc
|
||||
* fix object leaks in database code
|
||||
|
||||
## 9.6.0
|
||||
### Reader and Library
|
||||
|
Reference in New Issue
Block a user