Jason Simmons dd45c95e49 Fix memory leaks in some embedder unit tests that send key events (flutter/engine#49548)
FlutterEngineSendKeyEvent sends a platform message.  The test's embedder configuration must have a platform message callback that calls FlutterEngineSendPlatformMessageResponse to free the message's response handle.
2024-01-08 19:58:52 +00:00
..