]> git.proxmox.com Git - cargo.git/commit
Leak mspdbsrv.exe processes on Windows
authorAlex Crichton <alex@alexcrichton.com>
Tue, 4 Oct 2016 22:59:37 +0000 (15:59 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 4 Oct 2016 23:15:28 +0000 (16:15 -0700)
commit5ede71e5393e8c5f74c20d48ec578ec3a1714352
tree87558fa079024a5650900b9e8a9b04011a1882e1
parentebcf0a8f41759717876bca5871137ab48e06f790
Leak mspdbsrv.exe processes on Windows

Instead of having our job object tear them down, instead leak them intentionally
if everything succeeded.

Closes #3161
Cargo.lock
Cargo.toml
src/bin/cargo.rs
src/cargo/util/job.rs