]> granicus.if.org Git - libevent/commit
Fixed a memory leak on windows threads implementation. The CRITICAL_SECTION was not...
authorJardel Weyrich <jweyrich@gmail.com>
Fri, 1 Jan 2010 06:13:05 +0000 (04:13 -0200)
committerNick Mathewson <nickm@torproject.org>
Sat, 9 Jan 2010 04:26:01 +0000 (23:26 -0500)
commit2f33e00af3e617d4a1fbb22de37f7c382de6961b
tree2839db3b47e8b445e3a92cce39bf8d7e7abdf2ea
parent66c02c7826ed7b65ddbd071c6ac0a86b1407ebc4
Fixed a memory leak on windows threads implementation. The CRITICAL_SECTION was not being free'd in evthread_win32_lock_free().
evthread_win32.c