Commit bdc9f256 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.

parent c0669b21
......@@ -169,6 +169,7 @@ void *VideoWindow::GetWindow( vout_thread_t *_p_vout,
if( p_vout )
{
vlc_mutex_unlock( &lock );
msg_Dbg( p_intf, "Video window already in use" );
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment