ad7865d3722c2ae7bba9eea71b849521e1d03e9d
Reverts flutter/engine#43558 Customer reported a crash on shutdown: ``` flutter::Window::HandleMessage(unsigned int,unsigned __int64,__int64) ... ?NtUserDestroyWindow flutter::Window::Destroy() flutter::Window::~Window() flutter::FlutterWindow::`vector deleting destructor'`adjustor{312}' (unsigned int) flutter::FlutterWindowsView::~FlutterWindowsView() flutter::FlutterWindowsView::~FlutterWindowsView FlutterDesktopViewControllerDestroy flutter::FlutterViewController::~FlutterViewController FlutterWindow::~FlutterWindow() wWinMain ``` The message causing the crash is `WM_KILLFOCUS`.
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%