mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:49:16 +02:00
* do_member_read() takes ownership of the specialization context, so Nil it after the call
git-svn-id: trunk@39559 -
This commit is contained in:
parent
0ba14c7ad8
commit
0aee319fdb
@ -4119,6 +4119,7 @@ implementation
|
|||||||
internalerror(2015092703);
|
internalerror(2015092703);
|
||||||
end;
|
end;
|
||||||
do_member_read(structdef,getaddr,gensym,result,again,[],spezcontext);
|
do_member_read(structdef,getaddr,gensym,result,again,[],spezcontext);
|
||||||
|
spezcontext:=nil;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user