GNOME Bugzilla – Bug 630152
imapx_parser_thread registers wrong operation
Last modified: 2013-09-14 16:54:08 UTC
We're supposed to register a new operation and then set is->op to that so that we can be cancelled. Except we don't -- we set is->op to the return value from camel_operation_register(our new op). And that's always going to return NULL, since this is a new thread with no previously-registered operation.
Created attachment 170654 [details] [review] patch
Review of attachment 170654 [details] [review]: for 2.32