summaryrefslogtreecommitdiff
path: root/gthread/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-05-03 14:53:06 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-05-03 14:53:06 +0000
commite1d80e9f7c4d2be53f286dd62349b49a06a8e636 (patch)
tree20900e88d98efd761292a76a1d1b1ef7379afaf5 /gthread/ChangeLog
parent92085171880640cf4bba0de6b78879b476a7b8cd (diff)
downloadglib-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/ChangeLog6
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 ===