diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-12-06 23:43:43 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-12-06 23:43:43 +0000 |
commit | cf6e3acdb56b846fceb92ccfb2f201c4c6d4ff5f (patch) | |
tree | fb18a0a1255445d2622567c1d9724ad4e7d6f575 /ChangeLog.pre-2-6 | |
parent | cff51f1f0bc40d5b7ac093a051f56820216ef947 (diff) |
Fix a write to freed memory: Unlock the channel's mutex before unrefing
2004-12-06 Tor Lillqvist <tml@iki.fi>
* glib/giowin32.c (g_io_win32_finalize): Fix a write to freed
memory: Unlock the channel's mutex before unrefing the channel.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 72e7dfdd6..59ab5ae0f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-12-06 Tor Lillqvist <tml@iki.fi> + + * glib/giowin32.c (g_io_win32_finalize): Fix a write to freed + memory: Unlock the channel's mutex before unrefing the channel. + 2004-12-06 Matthias Clasen <mclasen@redhat.com> * configure.in: Remove a no longer needed hack for |