printers: Fix string leaks in new printer dialog
This commit is contained in:
parent
2133739177
commit
388e59e66a
1 changed files with 2 additions and 2 deletions
|
@ -1895,8 +1895,8 @@ ppd_selection_cb (GtkDialog *_dialog,
|
|||
PpNewPrinterDialog *self = user_data;
|
||||
g_autoptr(PpNewPrinter) new_printer = NULL;
|
||||
GList *original_names_list = NULL;
|
||||
gchar *ppd_name;
|
||||
gchar *ppd_display_name;
|
||||
g_autofree gchar *ppd_name = NULL;
|
||||
g_autofree gchar *ppd_display_name = NULL;
|
||||
guint window_id = 0;
|
||||
gint acquisition_method;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue