GNOME Bugzilla – Bug 726611
socketclient: Leak on cancellation
Last modified: 2014-03-23 19:00:37 UTC
Created attachment 272231 [details] [review] socketclient: Fix leak On cancellation, the GTask is never being freed.. I hope I understood all of the variou bits there, this is suprisingly complicated code.
Comment on attachment 272231 [details] [review] socketclient: Fix leak ok, but fix the brace/indent style
Created attachment 272275 [details] [review] gio: fix two more g_task_return_error_if_cancelled() leaks ---- I did a quick check if there were any more, and there were. But the examples in the gtask.c docs get it right at least.
Created attachment 272688 [details] [review] socketclient: Fix leak
pushed both patches to master Attachment 272275 [details] pushed as 1e8c4d2 - gio: fix two more g_task_return_error_if_cancelled() leaks Attachment 272688 [details] pushed as 14872d2 - socketclient: Fix leak