mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
Merge branch 'lcl/cocoa/combobox' into 'main'
FIX: LCL/Cocoa: in TCocoaReadOnlyComboBox.dealloc(), Free list as in TCocoaComboBox.dealloc() See merge request freepascal.org/lazarus/lazarus!150
This commit is contained in:
commit
cb57e3f187
@ -1595,6 +1595,7 @@ end;
|
||||
|
||||
procedure TCocoaReadOnlyComboBox.dealloc;
|
||||
begin
|
||||
FreeAndNil( list );
|
||||
if resultNS <> nil then resultNS.release;
|
||||
inherited dealloc;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user