dalek arVM: 071e0a6 | hoelzro++ | src/io/procops.c:
Don't clean up the process handle when killing a process

Not all signals cause a process to exit, so cleaning up the process handle is premature. In addition, even if the process *does* exit, exit_cb will handle cleaning up the libuv handle as well as notifying the HLL of the child's exit
03:57