Changeset 3289

Show
Ignore:
Timestamp:
01/22/08 21:04:14
Author:
pvanhoof
Message:

Commit bugfix from upstream camel

Files:

Legend:

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

    r3070 r3289  
    5555                return; 
    5656 
    57 #if defined (HAVE_NSS) && !defined (G_OS_WIN32) 
    58         /* For some reason we get into trouble on Win32 if we call these. 
    59          * But they shouldn't be necessary as the process is exiting anywy? 
    60          */ 
    61         /* NSS_Shutdown (); 
    62  
    63         PR_Cleanup (); */ 
    64 #endif /* HAVE_NSS */ 
    65  
    6657        certdb = camel_certdb_get_default (); 
    6758        if (certdb) { 
     
    6960                camel_object_unref (certdb); 
    7061        } 
     62 
     63#if defined (HAVE_NSS) 
     64        NSS_Shutdown (); 
     65        PR_Cleanup (); 
     66#endif /* HAVE_NSS */ 
    7167 
    7268        initialised = FALSE;