Actions
Bug #12831
openCorrectly release Wt Dbo Mapping memory
Start date:
07/16/2024
Due date:
% Done:
0%
Estimated time:
Description
When objects are added to or loaded from the database, copies are created in memory that hold these objects.
In certain cases these objects, when created with MappingInfo::create()
, are correctly deleted, but not always. Often, they are added to the mapping's registry.
We should verify that this memory is always freed when the session shuts down, and these mappings are removed.
Updated by Matthias Van Ceulebroeck about 1 month ago
- Target version changed from 4.11.1 to 4.11.3
Actions