浏览代码

* do_member_read() takes ownership of the specialization context, so Nil it after the call

git-svn-id: trunk@39559 -
svenbarth 7 年之前
父节点
当前提交
0aee319fdb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/pexpr.pas

+ 1 - 0
compiler/pexpr.pas

@@ -4119,6 +4119,7 @@ implementation
                   internalerror(2015092703);
               end;
               do_member_read(structdef,getaddr,gensym,result,again,[],spezcontext);
+              spezcontext:=nil;
             end
           else
             begin