소스 검색

* the call node takes ownership of the specialization context, so free it in the destructor

git-svn-id: trunk@39560 -
svenbarth 7 년 전
부모
커밋
c1cfd87b56
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/ncal.pas

+ 1 - 0
compiler/ncal.pas

@@ -1626,6 +1626,7 @@ implementation
          call_self_node.free;
          call_vmt_node.free;
          vmt_entry.free;
+         spezcontext.free;
 {$ifndef symansistr}
          stringdispose(fforcedprocname);
 {$endif symansistr}