Explorar o código

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

git-svn-id: trunk@39560 -
svenbarth %!s(int64=7) %!d(string=hai) anos
pai
achega
c1cfd87b56
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}