소스 검색

* fixed memory leaks when ending a macro

git-svn-id: branches/jvmbackend@18599 -
Jonas Maebe 14 년 전
부모
커밋
4c6388df6f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/finput.pas

+ 2 - 0
compiler/finput.pas

@@ -284,6 +284,8 @@ uses
               Freemem(buf,maxbufsize);
               buf:=nil;
             end;
+           stringdispose(name);
+           stringdispose(path);
            closed:=true;
            exit;
          end;