[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix memory leak in xfce4-appearance-settings (Xfce #11746), thanks LOR-superuser
noreply at xfce.org
noreply at xfce.org
Sat Aug 13 14:44:53 CEST 2016
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/xfce4-settings.
commit 90c3f40da0ae66f0c532d788249b77b68241e1c0
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Aug 13 08:44:47 2016 -0400
Fix memory leak in xfce4-appearance-settings (Xfce #11746), thanks LOR-superuser
---
dialogs/appearance-settings/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dialogs/appearance-settings/main.c b/dialogs/appearance-settings/main.c
index 6532182..b8bca0b 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -776,6 +776,7 @@ appearance_settings_load_icon_themes (preview_data *pd)
gtk_tree_path_free (tree_path);
}
+ g_object_unref (icon_theme);
g_object_unref (preview);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list