]> git.sesse.net Git - vlc/commit
Ignore vlc_object_wait return value
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 31 May 2008 15:30:23 +0000 (18:30 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 31 May 2008 16:01:04 +0000 (19:01 +0300)
commit119907171ba2165f0259e37baf19cdf9e9f595a5
tree8cd215a0d9d047e2c3a57f59d67721dbd6857b95
parent2606ef55873bcd2b1366c161b97d8d693facd26a
Ignore vlc_object_wait return value

We need to check vlc_object_alive() anyway, due to the intrinsic race
condition whereby the thread is killed before it's got the chance to
lock its object and call vlc_object_wait().
src/network/httpd.c