]> git.sesse.net Git - vlc/commit
Win32: use the destructor function for TLS (fixes #2398)
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 18:01:48 +0000 (21:01 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 18:01:48 +0000 (21:01 +0300)
commit3cda36f43fab280a7ef51f526f52897af1d40858
tree4ad5e55442773411a05b8f8025370c7c36f0b145
parent4062a4ae661272815f6083d62fd2c57122cccdb4
Win32: use the destructor function for TLS (fixes #2398)

This fixes a long-standing leak. But this fix is untested and might
cause disastrous crashes. By the way, I think we should split Win32
and pthread stuff apart from threads.c
include/vlc_threads.h
src/misc/threads.c