CVSROOT: /cvs/gnome Module name: evolution-data-server Changes by: tml 05/08/12 22:14:15
Modified files: camel : ChangeLog camel.c Log message: 2005-08-13 Tor Lillqvist <[EMAIL PROTECTED]> * camel.c (camel_init): Call atexit() directly on Win32, not g_atexit(). As g_atexit() is currently implemented, the registered function gets called when the GLib DLL is detached, not when the process exits. This causes problems. Calling atexit() in the camel DLL at least means the function gets called when the camel DLL is detached, which works OK. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=evolution-data-server&who=tml&date=explicit&mindate=2005-08-12%2022:13&maxdate=2005-08-12%2022:15 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list