Free with free() and not g_free() what has been allocated with calloc().
authorTor Lillqvist <tml@novell.com>
Wed, 3 May 2006 14:53:06 +0000 (14:53 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 3 May 2006 14:53:06 +0000 (14:53 +0000)
commite1d80e9f7c4d2be53f286dd62349b49a06a8e636
tree20900e88d98efd761292a76a1d1b1ef7379afaf5
parent92085171880640cf4bba0de6b78879b476a7b8cd
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)
gthread/ChangeLog
gthread/gthread-win32.c