filechooserbutton: Don't leak priv->model
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user