diff options
author | Tor Lillqvist <tml@novell.com> | 2006-05-03 14:53:06 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-05-03 14:53:06 +0000 |
commit | e1d80e9f7c4d2be53f286dd62349b49a06a8e636 (patch) | |
tree | 20900e88d98efd761292a76a1d1b1ef7379afaf5 /gthread/ChangeLog | |
parent | 92085171880640cf4bba0de6b78879b476a7b8cd (diff) | |
download | glib-e1d80e9f7c4d2be53f286dd62349b49a06a8e636.tar.gz |
Free with free() and not g_free() what has been allocated with calloc().
2006-05-03 Tor Lillqvist <tml@novell.com>
* gthread-win32.c (g_thread_exit_win32_impl): Free with free() and
not g_free() what has been allocated with calloc(). (#340530, Jake
Goulding)
Diffstat (limited to 'gthread/ChangeLog')
-rw-r--r-- | gthread/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 3abf51c69..d2547883e 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,9 @@ +2006-05-03 Tor Lillqvist <tml@novell.com> + + * gthread-win32.c (g_thread_exit_win32_impl): Free with free() and + not g_free() what has been allocated with calloc(). (#340530, Jake + Goulding) + 2006-05-02 Matthias Clasen <mclasen@redhat.com> * === Released 2.11.0 === |