Skip to content

Commit 5593efb

Browse files
committed
clutter-text.c: Remove redundant clutter_text_set_buffer call in
finalize. This is done in the dispose vfunc already so would be a no-op anyhow, but throws warnings now in recent glib versions. see: linuxmint/cinnamon#11562, https://gitlab.gnome.org/GNOME/mutter/-/issues/2566 closes: linuxmint/cinnamon#11562.
1 parent 1385e0d commit 5593efb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clutter/clutter/clutter-text.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,6 @@ clutter_text_finalize (GObject *gobject)
18071807

18081808
clutter_text_dirty_paint_volume (self);
18091809

1810-
clutter_text_set_buffer (self, NULL);
18111810
g_free (priv->font_name);
18121811

18131812
g_clear_object (&priv->input_focus);

0 commit comments

Comments
 (0)