Explorar el Código

compiler: fix a memory leak in translate_disp_call

git-svn-id: trunk@14782 -
paul hace 15 años
padre
commit
ca99f902d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compiler/ncal.pas

+ 1 - 0
compiler/ncal.pas

@@ -508,6 +508,7 @@ implementation
             addstatement(statements,ctempdeletenode.create_normal_temp(result_data));
             addstatement(statements,ctemprefnode.create(result_data));
           end;
+        addstatement(statements,ctempdeletenode.create(params));
       end;