eidheim / tiny-process-library

A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process
MIT License
338 stars 73 forks source link

Close handles in both overloads of Process::kill() on Windows #13

Closed dschinde closed 8 years ago

dschinde commented 8 years ago

Specifically, the HANDLE returned by CreateToolhelp32Snapshot() and the HANDLEs returned.by OpenProcess().