You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/xfce-base/xfce4-settings/files/xfce4-settings-4.12.0-HDMI-...

16 lines
542 B

From https://bugzilla.xfce.org/show_bug.cgi?id=11107#c3
diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
index 3497804..449500b 100644
--- a/xfsettingsd/displays.c
+++ b/xfsettingsd/displays.c
@@ -368,7 +368,7 @@ xfce_displays_helper_reload (XfceDisplaysHelper *helper)
xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "Refreshing RandR cache.");
/* Free the caches */
- g_ptr_array_unref (helper->outputs);
+ g_ptr_array_free (helper->outputs, TRUE);
g_ptr_array_unref (helper->crtcs);
gdk_error_trap_push ();