소스 검색

* 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