mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
inspector: Actually destroy the property editors
We were never finalizing any of the popovers used for editing properties. Fix that.
This commit is contained in:
parent
7a8092998a
commit
582504cc33
@ -180,6 +180,8 @@ row_activated (GtkTreeView *tv,
|
||||
|
||||
gtk_widget_show (popover);
|
||||
|
||||
g_signal_connect (popover, "hide", G_CALLBACK (gtk_widget_destroy), NULL);
|
||||
|
||||
g_free (name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user