Changeset 2060

Show
Ignore:
Timestamp:
05/28/07 14:08:52
Author:
pvanhoof
Message:

Race condition

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c

    r2059 r2060  
    40194019        } 
    40204020 
    4021         /* Question: in case of being reused, I think this unlock must be moved  
    4022          * all the way below (so that all code using store is included in the 
    4023          * lock */ 
    4024  
    4025         g_static_mutex_unlock (&gmsgstore_lock); 
    40264021 
    40274022        camel_operation_start (NULL, _("Retrieving message")); 
     
    44474442        } 
    44484443 
     4444        g_static_mutex_unlock (&gmsgstore_lock); 
     4445 
    44494446        camel_operation_end (NULL); 
    44504447 
     
    44794476        camel_object_unref (CAMEL_OBJECT (store)); */ 
    44804477  } 
     4478 
     4479        g_static_mutex_unlock (&gmsgstore_lock); 
    44814480 
    44824481        camel_operation_end (NULL);