mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: memory leaks in TPixMapManager.CheckAddFileUniqueIcon() on macOS
This commit is contained in:
parent
ce0ef49b18
commit
da809f4be8
1 changed files with 1 additions and 0 deletions
|
|
@ -1268,6 +1268,7 @@ begin
|
|||
|
||||
image:= getBestNSImageWithSize(image, AIconSize);
|
||||
bmpBitmap:= NSImageToTBitmap(image);
|
||||
image.release;
|
||||
|
||||
fileIndex := FPixmapsFileNames.Find(key);
|
||||
if fileIndex >= 0 then begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue