mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 12:10:31 +02:00
FIX: LCL/Cocoa: in TCocoaReadOnlyComboBox.dealloc(), Free list as in TCocoaComboBox.dealloc()
This commit is contained in:
parent
e36a1b4633
commit
b94903074c
@ -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