Browse Source

* Fixed memory leak.

git-svn-id: trunk@11437 -
yury 17 years ago
parent
commit
e25713515b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ncal.pas

+ 1 - 0
compiler/ncal.pas

@@ -2263,6 +2263,7 @@ implementation
                               symtableprocentry.write_parameter_lists(nil);
                               symtableprocentry.write_parameter_lists(nil);
                             end;
                             end;
                         end;
                         end;
+                      candidates.free;
                       goto errorexit;
                       goto errorexit;
                     end;
                     end;