Codebase list evolution-ews / f1ed784
Fix a critical warning crasher Chenthill Palanisamy 12 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
327327 camel_service_lock (service, CAMEL_SERVICE_REC_CONNECT_LOCK);
328328
329329 /* TODO cancel all operations in the connection */
330 g_object_unref (ews_store->priv->cnc);
331 ews_store->priv->cnc = NULL;
330 if (ews_store->priv->cnc) {
331 g_object_unref (ews_store->priv->cnc);
332 ews_store->priv->cnc = NULL;
333 }
332334
333335 camel_service_unlock (service, CAMEL_SERVICE_REC_CONNECT_LOCK);
334336