GNOME Bugzilla – Bug 708798
gtk+-2.24.20 uses g_clear_pointer but only checks for glib >= 2.28
Last modified: 2013-10-02 22:32:00 UTC
(as reported downstream at https://bugs.gentoo.org/show_bug.cgi?id=486006) Commit a057ed26 (between 2.24.19 and 2.24.20) introduced the use of g_clear_pointer() in modules/printbackends/cups/gtkprintbackendcups.c Either this should be changed to old-fashioned g_free() and =NULL, or gtk+-2.24.x's configure should start checking for glib >= 2.34
A patch (either way) would be appreciated
*** This bug has been marked as a duplicate of bug 708783 ***