Update wil. Fixes GDI handle leak (#6229)

## Summary of the Pull Request
When resizing the window title, a GDI object would be leaked. This has to do with our island message handler using `wil` to track these objects and `wil` having a bug.

## References
microsoft/wil#100

## PR Checklist
* [x] Closes #5949 
* [x] I work here.
* [x] Tested manually
* [x] Doc not required.
* [x] Am core contributor.

## Validation Steps Performed
* [x] Added the GDI Objects column to Task Manager, set the Terminal to use the `titleWidth` size tabs, then changed the title a bunch with PowerShell. Confirmed repro before (increasing GDI count). Confirmed it's gone after (no change to object count).
This commit is contained in:
Michael Niksa
2020-06-01 15:29:05 -07:00
committed by GitHub
parent 8987486e85
commit 48b3262eaa
7 changed files with 14 additions and 4 deletions

Submodule dep/wil updated: e8c599bca6...3c00e7f1d8