mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:58:13 +02:00
Cocoq: release a global variables issue #41170
This commit is contained in:
parent
c56446c89c
commit
42f7e27f41
@ -1986,8 +1986,5 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
ASyncLCLControlAdjustSizer:= TASyncLCLControlAdjustSizer.Create;
|
||||
|
||||
end.
|
||||
|
||||
|
@ -6,7 +6,7 @@ unit CocoaWSScrollers;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, LCLType, Controls, Forms,
|
||||
Classes, SysUtils, LCLType, Controls, Forms,
|
||||
CocoaAll, MacOSAll, CocoaPrivate, CocoaScrollers, CocoaUtils, cocoa_extra;
|
||||
|
||||
type
|
||||
@ -166,5 +166,8 @@ end;
|
||||
initialization
|
||||
ASyncLCLControlAdjustSizer:= TASyncLCLControlAdjustSizer.Create;
|
||||
|
||||
finalization
|
||||
FreeAndNil( ASyncLCLControlAdjustSizer );
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user