mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
The pipe handle was being leaked on connections (oops!). On XP this resulted in the next test's CreateNamedPipe to fail, because the previous one still existed (because all handles were not closed). More recent OSs are more forgiving so I got away with the buggy code. R=mark@chromium.org BUG=crashpad:50 Review URL: https://codereview.chromium.org/1337953003 .
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%