GNOME Bugzilla – Bug 684717
gnome-3-4 branch requires features from glib-2.34
Last modified: 2012-09-24 15:39:38 UTC
Commit [1] uses g_clear_pointer which was added in glib 2.34. Colin Walters suggested to expand g_clear_pointer and simply use g_free instead. [1] http://git.gnome.org/browse/gnome-control-center/commit/?h=gnome-3-4&id=b758c6dbb0dc29aa87cc32f9120528b4a7a2520c
commit 2a28c65af8acbdfeb09cb1cbb7109cdde17aa948 Author: Bastien Nocera <hadess@hadess.net> Date: Mon Sep 24 17:38:35 2012 +0200 bluetooth: Don't use g_clear_pointer() It's GLib 2.34 release, and GNOME 3.4 shipped with Glib 2.32. https://bugzilla.gnome.org/show_bug.cgi?id=684717