Skip to content
Snippets Groups Projects
  • simonmar's avatar
    d50c1eee
    [project @ 2005-11-11 12:01:58 by simonmar] · d50c1eee
    simonmar authored
    On Windows, attach a finalizer to the ProcessHandle so that we can
    call CloseHandle() when the handle is no longer in use.  Previously we
    were calling CloseHandle() in waitForProcess and terminateProcess,
    which prevented making multiple calls to these functions on the same
    handle.
    d50c1eee
    History
    [project @ 2005-11-11 12:01:58 by simonmar]
    simonmar authored
    On Windows, attach a finalizer to the ProcessHandle so that we can
    call CloseHandle() when the handle is no longer in use.  Previously we
    were calling CloseHandle() in waitForProcess and terminateProcess,
    which prevented making multiple calls to these functions on the same
    handle.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
runProcess.c 14.03 KiB