mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
GObject's dispose() method may be called multiple times. Guard against trying to disconnect the same signal multiple times by clearing the ID to avoid warnings when closing the window. ``` (bug:74019): GLib-GObject-WARNING **: 11:15:08.697: ../../../gobject/gsignal.c:2731: instance '0x55e1c3ea0200' has no handler with id '255' ```