From 894521130788d7007fbdc02a97b9e5f7c2badf95 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Wed, 14 Aug 2019 22:36:17 +0200 Subject: [PATCH] Big hammer patch --- common/display-profiles.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/display-profiles.c b/common/display-profiles.c index 2265a223..91ffe38e 100644 --- a/common/display-profiles.c +++ b/common/display-profiles.c @@ -162,11 +162,6 @@ display_settings_get_profiles (gchar **display_infos, XfconfChannel *channel) g_free (profile_name); } - for (m = 0; m < noutput; ++m) - { - g_free (display_infos[m]); - } - g_free (display_infos); g_list_free (channel_contents); g_hash_table_destroy (properties); -- 2.19.1