filechooserbutton: Don't leak priv->model

This commit is contained in:
Timm Bäder
2017-10-06 17:14:31 +02:00
parent b34c84ab6d
commit d292ebc7bd

View File

@@ -1059,6 +1059,8 @@ gtk_file_chooser_button_finalize (GObject *object)
if (priv->current_folder_while_inactive)
g_object_unref (priv->current_folder_while_inactive);
g_object_unref (priv->model);
gtk_widget_unparent (priv->button);
gtk_widget_unparent (priv->combo_box);