mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 01:36:16 +02:00
Fix: Cocoa: memory leaks in TCocoaContext
This commit is contained in:
parent
1cd7e73f0f
commit
4169dd097b
@ -2228,6 +2228,7 @@ begin
|
||||
Size.cy := Round(height);
|
||||
finally
|
||||
CFRelease(CoreLine);
|
||||
CFRelease(AttribStr);
|
||||
end;
|
||||
end;
|
||||
S.release;
|
||||
|
Loading…
Reference in New Issue
Block a user