]> git.sesse.net Git - vlc/commit - modules/misc/freetype.c
fontconfing: join the thread exactly once
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 24 Jan 2009 13:56:43 +0000 (15:56 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 24 Jan 2009 13:56:43 +0000 (15:56 +0200)
commit9e22b86335329417c7b6ce9cd7b1fff3adcfa554
treeae3a9a87fea4c4cac166167876724b45b2bae38d
parent6c12fccf36421378a439879c4f765625182bae00
fontconfing: join the thread exactly once

The object was typically already killed, so the thread was leaked.
Also, remove vlc_object_kill, since the thread never checks for the
detach of its own object.
modules/misc/freetype.c