60 + else if (priv->log_error) 61 + {
Should there not be a g_clear_error() in this branch?
195 + goto process_pending_calls;
Why this? We supposedly don't have a proxy to process the pending calls on?
« Back to merge proposal
60 + else if (priv->log_error)
61 + {
Should there not be a g_clear_error() in this branch?
195 + goto process_ pending_ calls;
Why this? We supposedly don't have a proxy to process the pending calls on?