Skip to content
  • simonmar's avatar
    [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