mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:47:54 +02:00
* fix memory leaks after ptckvm finalization
This commit is contained in:
parent
b8a4a72760
commit
bb218b2fb1
@ -669,11 +669,13 @@ begin
|
||||
Timer := nil;
|
||||
CursorBlinkTimer := nil;
|
||||
Format := nil;
|
||||
PendingResize := nil;
|
||||
FreeAndNil(KeyPressEvents);
|
||||
CurrentWidth := 0;
|
||||
CurrentHeight := 0;
|
||||
CurrentWidthPixels := 0;
|
||||
CurrentHeightPixels := 0;
|
||||
FreeAndNil(CurrentFont);
|
||||
end;
|
||||
|
||||
procedure KVMUpdateScreen;
|
||||
|
Loading…
Reference in New Issue
Block a user