interaction: fix signal leak
There is no point in unlocking and locking again immediatly. Not only will this typically fail to yield the CPU to another would-be waiting thread, but vlc_object_wait() will unlock&lock anyway.
Showing
Please register or sign in to comment