[fpc-pascal]TProcess leaks handles + patch (win32)

Vincent Snijders vslist at zonnet.nl
Fri Jul 30 09:30:58 CEST 2004


Hi,

The TProcess component doesn't close the process handle and the thread handle in the ProcessInformation record, that is created by CreateProcess. In win32 thpse handles should be closed when you don't need them anymore.


More information about the fpc-pascal mailing list