After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708798 - gtk+-2.24.20 uses g_clear_pointer but only checks for glib >= 2.28
gtk+-2.24.20 uses g_clear_pointer but only checks for glib >= 2.28
Status: RESOLVED DUPLICATE of bug 708783
Product: gtk+
Classification: Platform
Component: Printing
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-26 01:57 UTC by Alexandre Rostovtsev
Modified: 2013-10-02 22:32 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8



Description Alexandre Rostovtsev 2013-09-26 01:57:01 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
Comment 1 Matthias Clasen 2013-09-26 12:14:34 UTC
A patch (either way) would be appreciated
Comment 2 Timothy Arceri 2013-10-02 22:32:00 UTC

*** This bug has been marked as a duplicate of bug 708783 ***