13 May
2025
13 May
'25
10:10 p.m.
On Tue May 13 22:07:23 2025 +0000, Nikolay Sivov wrote:
Do we need this private heap at all? From PSDRV_GetFontMetrics():
``` * If this function fails, PSDRV_Init will destroy PSDRV_Heap, so don't worry * about freeing all the memory that's been allocated. ``` It looks like naïvely replacing PSDRV\_Heap with GetProcessHeap() will result in memory leak, as it's using the heap as sort of a local arena. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8019#note_103231