CVSROOT: /cvs/gnome Module name: glib Changes by: tml 06/02/19 21:49:12
Modified files: gthread : Tag: glib-2-8 ChangeLog gthread-win32.c Log message: 2006-02-20 Tor Lillqvist <[EMAIL PROTECTED]> * gthread-win32.c (g_thread_exit_win32_impl): Make the implementation of GPrivate behave more closely as in POSIX threads: The value associacted with a GPrivate must be set to NULL before calling the destructor. (The destructor gets the original value as argument.) A destructor might re-associate a non-NULL value with some GPrivate. To deal with this, if after all destructors have been called, there still are some non-NULL values, the process is repeated. (#331367) URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glib&who=tml&date=explicit&mindate=2006-02-19%2021:48&maxdate=2006-02-19%2021:50 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list