GNOME Bugzilla – Bug 646446
gtkprintunixdialog.c: set_cell_sensitivity_func leaks badly
Last modified: 2011-04-02 02:05:53 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.