From 7f85dc1fe56c23cbd1a6d3e646740fe1437d77a1 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 4 Feb 1999 15:59:08 +0000 Subject: [PATCH] * grep$$$.out was not closed --- ide/text/fpmtools.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ide/text/fpmtools.inc b/ide/text/fpmtools.inc index 7c36030cf5..578c8b98f9 100644 --- a/ide/text/fpmtools.inc +++ b/ide/text/fpmtools.inc @@ -116,11 +116,15 @@ begin ProgramInfoWindow^.MakeFirst; end; end; + Close(GrepOut); Dispose(PGrepDialog, Done); end; { $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 !) + added TBreakpoint and TBreakpointCollection + added cmResetDebugger,cmGrep,CmToggleBreakpoint