mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 12:39:22 +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;
|
TheProcess.WaitOnExit;
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
|
TheProcess.WaitOnExit;
|
||||||
TheProcess.Free;
|
TheProcess.Free;
|
||||||
end;
|
end;
|
||||||
except
|
except
|
||||||
@ -189,6 +190,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
Revision 1.36 2002/12/09 16:48:34 mattias
|
||||||
added basic file handling functions to filectrl
|
added basic file handling functions to filectrl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user