mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +02:00
* formatting
git-svn-id: branches/unicodekvm@48486 -
This commit is contained in:
parent
ce6260c897
commit
cb6ba25e1b
@ -138,11 +138,11 @@ Procedure FreeVideoBuf;
|
||||
begin
|
||||
if (VideoBuf<>Nil) then
|
||||
begin
|
||||
FreeMem(VideoBuf);
|
||||
FreeMem(OldVideoBuf);
|
||||
VideoBuf:=Nil;
|
||||
OldVideoBuf:=Nil;
|
||||
VideoBufSize:=0;
|
||||
FreeMem(VideoBuf);
|
||||
FreeMem(OldVideoBuf);
|
||||
VideoBuf:=Nil;
|
||||
OldVideoBuf:=Nil;
|
||||
VideoBufSize:=0;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user