sheredom / subprocess.h

🐜 single header process launching solution for C and C++
The Unlicense
1.12k stars 97 forks source link

calling subprocess_destroy twice will cause double free #26

Closed ha11owed closed 4 years ago

ha11owed commented 4 years ago

Made the subprocess_destroy method idempotent.

Unfortunately I do not have a windows system to test the MSVC branch of the change