mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 19:58:16 +02:00
fixed zombies on compile error
git-svn-id: trunk@3746 -
This commit is contained in:
parent
a8e39c68f8
commit
ebfa469140
@ -163,6 +163,7 @@ begin
|
||||
TheProcess.WaitOnExit;
|
||||
end;
|
||||
finally
|
||||
TheProcess.WaitOnExit;
|
||||
TheProcess.Free;
|
||||
end;
|
||||
except
|
||||
@ -189,6 +190,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.37 2002/12/27 21:36:30 mattias
|
||||
fixed zombies on compile error
|
||||
|
||||
Revision 1.36 2002/12/09 16:48:34 mattias
|
||||
added basic file handling functions to filectrl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user