clutter: Do not emit signals during ClutterBackend finalization

Missed because nobody does that ATM.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:
Carlos Garnacho 2020-11-23 18:35:36 +01:00 committed by Marge Bot
parent 2ff5bb4299
commit 424f3b702e

View File

@ -111,7 +111,7 @@ clutter_backend_finalize (GObject *gobject)
g_source_destroy (backend->cogl_source);
g_free (backend->font_name);
clutter_backend_set_font_options (backend, NULL);
g_clear_pointer (&backend->font_options, cairo_font_options_destroy);
g_clear_object (&backend->input_method);
G_OBJECT_CLASS (clutter_backend_parent_class)->finalize (gobject);