config: Fix an incorrect unref
This commit is contained in:
parent
b3544f8ec1
commit
2c1a6b6a12
@ -871,7 +871,6 @@ apply_configuration (MetaMonitorConfig *self,
|
|||||||
{
|
{
|
||||||
g_ptr_array_unref (crtcs);
|
g_ptr_array_unref (crtcs);
|
||||||
g_ptr_array_unref (outputs);
|
g_ptr_array_unref (outputs);
|
||||||
config_unref (config);
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user