Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call CloseHandle() after wait on Windows
TerminateProcess() is "equivalent" to kill(), while WaitForSingleObject() is "equivalent" to waitpid(), so the handle must be closed after WaitForSingleObject().
- Loading branch information