filechooserbutton: Don't leak priv->model

This commit is contained in:
Timm Bäder
2017-10-06 17:14:31 +02:00
committed by Daniel Boles
parent b3f4da0439
commit b94bfb1678

View File

@@ -994,6 +994,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);
G_OBJECT_CLASS (gtk_file_chooser_button_parent_class)->finalize (object);
}