Consumers clean up the PPD list, not the dialog itself.

This commit is contained in:
Brandon Nielsen 2020-09-24 14:17:26 -05:00 committed by Robert Ancell
parent bee87f1b0a
commit 68dca0e748

View file

@ -403,8 +403,6 @@ pp_ppd_selection_dialog_finalize (GObject *object)
g_clear_pointer (&self->ppd_name, g_free);
g_clear_pointer (&self->ppd_display_name, g_free);
g_clear_pointer (&self->list, ppd_list_free);
G_OBJECT_CLASS (pp_ppd_selection_dialog_parent_class)->finalize (object);
}