Cocoa: fix memory leak in LegacyScroller #41171

This commit is contained in:
rich2014 2024-10-05 00:11:04 +08:00
parent 42f7e27f41
commit e78f9e84ad

View File

@ -511,6 +511,7 @@ begin
scrollBar:= TCocoaScrollBar(TCocoaScrollBar.alloc);
manager:= TCocoaScrollStyleManagerLegacy.createForScrollBar;
scrollBar.setManager( manager );
scrollBar.autorelease;
end;
function allocScroller(parent: TCocoaManualScrollView; dst: NSRect; aVisible: Boolean)