mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
GtkPopover: Clean up default widget on dispose
We forgot to drop the ref we take. Thankfully our tests caught this.
This commit is contained in:
parent
3dda1c5b64
commit
2bb1ed69f0
@ -317,6 +317,8 @@ gtk_popover_dispose (GObject *object)
|
||||
|
||||
popover_unset_prev_focus (popover);
|
||||
|
||||
g_clear_object (&priv->default_widget);
|
||||
|
||||
G_OBJECT_CLASS (gtk_popover_parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user