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