2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@39560 -
svenbarth 7 жил өмнө
parent
commit
c1cfd87b56

+ 1 - 0
compiler/ncal.pas

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