display: Fix double free of GError
This commit is contained in:
parent
6b334a8a00
commit
4aee26cc77
1 changed files with 0 additions and 1 deletions
|
@ -587,7 +587,6 @@ cc_night_light_dialog_init (CcNightLightDialog *self)
|
|||
if (error != NULL)
|
||||
{
|
||||
g_critical ("Could not load interface file: %s", error->message);
|
||||
g_error_free (error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue