diff options
author | Sebastian Wilhelmi <seppi@seppi.de> | 2006-02-15 22:10:49 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2006-02-15 22:10:49 +0000 |
commit | 139b852e0c30cdb14f5237973e44c7d86d30f834 (patch) | |
tree | 4bc51fc94bbd4cc9a45c173b83067097d8ddd166 /ChangeLog.pre-2-10 | |
parent | 8a8f185febd8cfa0ea05f92e68b8962479486bef (diff) |
Fix deadlock when signalling the thread which freed a thread pool
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gthreadpool.c: Fix deadlock when signalling the thread
which freed a thread pool (#331110, Chris Wilson).
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ea6b4b5f5..e5437cbd5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-02-15 Sebastian Wilhelmi <seppi@seppi.de> + + * glib/gthreadpool.c: Fix deadlock when signalling the thread + which freed a thread pool (#331110, Chris Wilson). + Tue Feb 14 17:00:43 2006 Tim Janik <timj@imendio.com> * glib/gslice.c: only define _XOPEN_SOURCE to 600 to get at |