Don't call g_get_home_dir() while holding the g_utils_global lock, simply
authorMatthias Clasen <maclas@gmx.de>
Mon, 23 Aug 2004 05:36:48 +0000 (05:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 23 Aug 2004 05:36:48 +0000 (05:36 +0000)
commitea92e29add36cf6bab1cd6d9c1c5e8097ced2c78
tree254f932df1252153f64a31f70ad9bf8a4e21de18
parent39d921007e119cd18a5d0a1835ecda94aa67efe0
Don't call g_get_home_dir() while holding the g_utils_global lock, simply

Mon Aug 23 01:35:18 2004  Matthias Clasen  <maclas@gmx.de>

* glib/gutils.c (g_get_user_cache_dir):
* glib/gutils.c (g_get_user_config_dir):
* glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
while holding the g_utils_global lock, simply use g_home_dir.
(#150695, Jody Goldberg)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gutils.c