* fix memory leaks after ptckvm finalization

This commit is contained in:
Nikolay Nikolov 2024-10-20 10:49:55 +03:00
parent b8a4a72760
commit bb218b2fb1

View File

@ -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;