GNOME Bugzilla – Bug 720535
CUPS backend leaks http connection to CUPS
Last modified: 2013-12-19 12:03:35 UTC
Created attachment 264296 [details] [review] Don't leak http connection to CUPS There are 2 leakages of http connection in CUPS print backend. The first one happens in gtk_print_backend_cups_print_stream() and the second one in cups_request_avahi_printer_info(). The http_t is created there but not closed. Attached patch schedules those connections for closing after their requests are finished. Marek
Review of attachment 264296 [details] [review]: ok
Comment on attachment 264296 [details] [review] Don't leak http connection to CUPS Thank you for the review. I've pushed the patch to master. Marek