* fixed inherited destroy; call of tprocess

This commit is contained in:
florian 2003-10-30 20:34:47 +00:00
parent 5f71a74d25
commit b19a69f0aa

View File

@ -249,7 +249,7 @@ begin
If assigned (FThreadAttributes) then Dispose (FThreadAttributes); If assigned (FThreadAttributes) then Dispose (FThreadAttributes);
FEnvironment.Free; FEnvironment.Free;
FreeStreams; FreeStreams;
Inherited; Inherited Destroy;
end; end;
Procedure TProcess.FreeStreams; Procedure TProcess.FreeStreams;
@ -919,7 +919,10 @@ end;
end. end.
{ {
$Log$ $Log$
Revision 1.17 2003-09-20 12:38:29 marco Revision 1.18 2003-10-30 20:34:47 florian
* fixed inherited destroy; call of tprocess
Revision 1.17 2003/09/20 12:38:29 marco
* FCL now compiles for FreeBSD with new 1.1. Now Linux. * FCL now compiles for FreeBSD with new 1.1. Now Linux.
Revision 1.16 2003/08/12 13:49:42 michael Revision 1.16 2003/08/12 13:49:42 michael