* crash fix

This commit is contained in:
peter 1999-06-01 00:19:47 +00:00
parent be67d33ae6
commit 41a7522c69
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ var
i : longint;
begin
object1:=tobject1.create;
i:=object1.l;
i:=object1.l2;
object1.l:=123;

View File

@ -18,5 +18,6 @@ type
end;
begin
c:=tclass1.create;
c.i:=12;
end.