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:
Matthias Clasen 2014-06-05 05:56:47 -04:00
parent 7a8092998a
commit 582504cc33

View File

@ -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);
}