printers: Fix double free / leak due to copy-paste error
This commit is contained in:
parent
d5de9d86c9
commit
ed78a6a120
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ pp_ppd_option_widget_finalize (GObject *object)
|
|||
|
||||
if (priv->option_name)
|
||||
{
|
||||
g_free (priv->printer_name);
|
||||
priv->printer_name = NULL;
|
||||
g_free (priv->option_name);
|
||||
priv->option_name = NULL;
|
||||
}
|
||||
|
||||
if (priv->destination)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue