Actions
Bug #12831
closedCorrectly release Wt Dbo Mapping memory
Start date:
07/16/2024
Due date:
% Done:
100%
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 5 months ago
- Target version changed from 4.11.1 to 4.11.3
Updated by Romain Mardulyn 3 months ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 3 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck about 2 months ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck about 1 month ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck 29 days ago
- Status changed from Implemented @Emweb to Implemented @Test
Updated by Matthias Van Ceulebroeck 20 days ago
- Status changed from Implemented @Test to Closed
Actions