Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fail-fast due to unlocked FreeProcessData call (microsoft#12599)
2b202ce introduced a bug, where FreeProcessData was called without the console lock being held. The previous code can be found in 40e3dea, on line 441-454. ## PR Checklist * [x] Closes MSFT:21372705 * [x] I work here * [x] Tests added/passed ## Validation Steps Performed None, as this fix is purely theoretic, but it matches the stack trace and 40e3dea clearly wasn't correctly ported to strict C++ either.
- Loading branch information