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 646446 - gtkprintunixdialog.c: set_cell_sensitivity_func leaks badly
gtkprintunixdialog.c: set_cell_sensitivity_func leaks badly
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-04-01 14:52 UTC by Morten Welinder
Modified: 2011-04-02 02:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2011-04-01 14:52:54 UTC
set_cell_sensitivity_func leaks a GtkPrinter ref.  That, in turn, prevents
the backends from being released.


In related news, default_printer_list_sort_func looks weird: it tests
the printers for being NULL, but unconditionally unrefs them.