mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 17:29:26 +01:00
* crash fix
This commit is contained in:
parent
be67d33ae6
commit
41a7522c69
@ -29,6 +29,7 @@ var
|
|||||||
i : longint;
|
i : longint;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
object1:=tobject1.create;
|
||||||
i:=object1.l;
|
i:=object1.l;
|
||||||
i:=object1.l2;
|
i:=object1.l2;
|
||||||
object1.l:=123;
|
object1.l:=123;
|
||||||
|
|||||||
@ -18,5 +18,6 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
c:=tclass1.create;
|
||||||
c.i:=12;
|
c.i:=12;
|
||||||
end.
|
end.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user