printers: Fix string leaks in new printer dialog
This commit is contained in:
parent
cb01645e21
commit
5cbc30cc1b
1 changed files with 2 additions and 2 deletions
|
@ -1938,8 +1938,8 @@ ppd_selection_cb (GtkDialog *_dialog,
|
|||
PpNewPrinterDialog *self = user_data;
|
||||
PpNewPrinter *new_printer;
|
||||
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
Reference in a new issue