mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 22:29:47 +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