Actions
Bug #12587
open(Pango) Font memory leak
Start date:
04/04/2024
Due date:
% Done:
0%
Estimated time:
Description
There may be a potential memory leak in the Pango font support file.
When a match is searched for, we construct a couple Pango specific items through their library. These objects ought to be freed afterwards. When a match is constructed however, they are potentially not freed, causing leaks.
We should consider whether the destructor of the FontMatch
should delete/free the data or not.
Updated by Romain Mardulyn 17 days ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 17 days ago
- Status changed from InProgress to New
- Assignee deleted (
Romain Mardulyn)
Actions