mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The existing code worked, but it cleared the objects before calling init_keyboard. This made it look like init_keyboard might leak the existing values. If a third case was added later where init_keyboard was called it would leak if the caller didn't clear the objects before calling it.