run-program: remove redundant finalizer for windows handles
We have already registered a finalizer for the external process object which calls external-process-wait. This in turn calls si::waitpid which closes the handle once the process has exited.
Please register or sign in to comment