Changeset 3719

Show
Ignore:
Timestamp:
07/04/08 10:58:06
Author:
jdapena
Message:

Backported from tinymail trunk r3717 and r3718.
* libtinymail-camel/camel-lite/camel/camel.c:

Drop usage of PR_Cleanup on shutting down camel, as this is not safe,
nor required. This method is responsible for freeing the common
threads management code, including the lock that's accessed on the
crash in nptl_deallocate_tsd.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/modest/diablo-pe2/ChangeLog

    r3714 r3719  
     12008-07-04  Jose Dapena Paz  <jdapena@igalia.com> 
     2 
     3        * libtinymail-camel/camel-lite/camel/camel.c: 
     4        Drop usage of PR_Cleanup on shutting down camel, as this is not safe, 
     5        nor required. This method is responsible for freeing the common 
     6        threads management code, including the lock that's accessed on the 
     7        crash in __nptl_deallocate_tsd. 
     8 
    192008-07-01  Jose Dapena Paz  <jdapena@igalia.com> 
    210 
  • releases/modest/diablo-pe2/libtinymail-camel/camel-lite/camel/camel.c

    r3714 r3719  
    6666#if defined (HAVE_NSS) 
    6767        NSS_Shutdown (); 
    68         PR_Cleanup (); 
    6968#endif /* HAVE_NSS */ 
    7069