mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-26 09:07:49 +01:00
ProcessHandle handle = Process.launch(...); handle.kill(); Then as handle gets out of scope, ~ProcessHandle would call CloseHandle() on an already closed handle.
2.7 KiB
2.7 KiB