Comment 30 for bug 232557

Revision history for this message
In , Anders Kaseorg (andersk) wrote :

(In reply to comment #15)
> + g_object_unref (data->leader);
> …
> - data->leader = session_leader;
> + data->leader = g_object_ref (session_leader);

William, do you have any comments on this follow-up patch (comment #15)? Or even just a reason that a CkSessionLeader can’t be freed with entries remaining in its pending_jobs queue, and hence the patch wouldn’t be necessary?