config: Fix an incorrect unref

This commit is contained in:
Jasper St. Pierre 2014-10-23 15:48:42 -07:00
parent b3544f8ec1
commit 2c1a6b6a12

View File

@ -871,7 +871,6 @@ apply_configuration (MetaMonitorConfig *self,
{
g_ptr_array_unref (crtcs);
g_ptr_array_unref (outputs);
config_unref (config);
return FALSE;
}