Skip to content
Snippets Groups Projects
Commit d50c1eee authored by simonmar's avatar simonmar
Browse files

[project @ 2005-11-11 12:01:58 by simonmar]

On Windows, attach a finalizer to the ProcessHandle so that we can
call CloseHandle() when the handle is no longer in use.  Previously we
were calling CloseHandle() in waitForProcess and terminateProcess,
which prevented making multiple calls to these functions on the same
handle.
parent 42687af2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment