mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +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.9 KiB
2.9 KiB