printunixdialog: Plug a leak

g_list_model_get_item is transfer full.
This commit is contained in:
Matthias Clasen
2020-07-16 08:48:09 -04:00
parent 3a43859286
commit edb792503b

View File

@@ -3009,6 +3009,8 @@ paper_size_changed (GtkDropDown *combo_box,
gtk_window_present (GTK_WINDOW (custom_paper_dialog));
G_GNUC_END_IGNORE_DEPRECATIONS
g_object_unref (page_setup);
return;
}