瀏覽代碼

* 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}