]> git.sesse.net Git - vlc/commit
httpd: Fix vlc_object_wait() usage. It's needed to check if we were not already kille...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Apr 2008 15:11:46 +0000 (17:11 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Apr 2008 15:12:05 +0000 (17:12 +0200)
commitbaffdc120c6a63cc32988535578f44158deb59d5
tree0e72142a2960c5b93a706b10da19d501de043941
parent103061a648dd9585db719da94b6b41daf3408cf4
httpd: Fix vlc_object_wait() usage. It's needed to check if we were not already killed before calling vlc_object_wait(). Thanks to William King for spotting the deadlock.
src/network/httpd.c