Fix a memleak with win32 threads: the handle returned by _beginthreadex
commit6821368f68c5e0b54c3c656bc314498955bf8113
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 12 Aug 2009 13:25:37 +0000 (12 13:25 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 12 Aug 2009 13:25:37 +0000 (12 13:25 +0000)
tree05c66b7888e604f511ab31c40b1c12959e8124de
parent5c7f8d2cb0c23f70ae046b59071fa0104e1f2591
Fix a memleak with win32 threads: the handle returned by _beginthreadex
must be closed (this differs from _beginthread).
Patch by Shehzad Salim (shehzadsalim gmail com)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19633 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/w32thread.c