]> git.sesse.net Git - vlc/commit
vlm: Avoid a deadlock when stoping the input.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 11 Feb 2010 17:11:24 +0000 (18:11 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 11 Feb 2010 18:56:42 +0000 (19:56 +0100)
commit966540425ec13fc7ac4113bc3aaecc2464c4ca08
treedb70acacfaa641bb2d94af172c1a7fb20d01d908
parent85ccc9999a13701489de513ddae03440051676e9
vlm: Avoid a deadlock when stoping the input.

We may be joining the input_thread inside the vlm lock, and try to vlm lock inside the stop event handler.
src/input/vlm.c