Browse Source

* grep$$$.out was not closed

pierre 26 years ago
parent
commit
7f85dc1fe5
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ide/text/fpmtools.inc

+ 5 - 1
ide/text/fpmtools.inc

@@ -116,11 +116,15 @@ begin
               ProgramInfoWindow^.MakeFirst;
               ProgramInfoWindow^.MakeFirst;
            end;
            end;
          end;
          end;
+      Close(GrepOut);
   Dispose(PGrepDialog, Done);
   Dispose(PGrepDialog, Done);
 end;
 end;
 {
 {
   $Log$
   $Log$
-  Revision 1.3  1999-02-04 13:32:09  pierre
+  Revision 1.4  1999-02-04 15:59:08  pierre
+   * grep$$$.out was not closed
+
+  Revision 1.3  1999/02/04 13:32:09  pierre
     * Several things added (I cannot commit them independently !)
     * Several things added (I cannot commit them independently !)
     + added TBreakpoint and TBreakpointCollection
     + added TBreakpoint and TBreakpointCollection
     + added cmResetDebugger,cmGrep,CmToggleBreakpoint
     + added cmResetDebugger,cmGrep,CmToggleBreakpoint