Changeset 3719
- Timestamp:
- 07/04/08 10:58:06
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/modest/diablo-pe2/ChangeLog
r3714 r3719 1 2008-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 1 9 2008-07-01 Jose Dapena Paz <jdapena@igalia.com> 2 10 releases/modest/diablo-pe2/libtinymail-camel/camel-lite/camel/camel.c
r3714 r3719 66 66 #if defined (HAVE_NSS) 67 67 NSS_Shutdown (); 68 PR_Cleanup ();69 68 #endif /* HAVE_NSS */ 70 69
