mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:16:25 +02:00
IDE, test: fix mem-leak / based on MR !316
This commit is contained in:
parent
1ee75a830a
commit
5800a2d67b
@ -2173,5 +2173,10 @@ initialization
|
||||
FTestMouseInput := MouseAndKeyInput.MouseInput;
|
||||
{$ENDIF}
|
||||
|
||||
finalization;
|
||||
{$IFDEF WINDOWS}
|
||||
FTestMouseInput.Free;
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user