Comment 2 for bug 1724472

Revision history for this message
Stas Boukarev (stassats) wrote :

Fixed in 71a2e512b637463c5d486ce421aacaa7b74c56ee.
Though, it's not automatically closed, but as long as you call PROCESS-EXIT-CODE or PROCESS-EXIT-STATUS after the process has finished it'll be closed.
There's also PROCESS-CLOSE which was supposed to close the handle, but it was crashing on windows, I fixed that as well and it can be used to close the handle at any time.

And whenever PROCESS-EXIT-CODE/STATUS are called on any finished process all other finished processes' handles will be also closed.