Commit 483e293e authored by Felix Paul Kühne's avatar Felix Paul Kühne

auhal: forgot to unlock a lock..

parent 6471e0ed
...@@ -1444,6 +1444,7 @@ static OSStatus StreamListener( AudioObjectID inObjectID, UInt32 inNumberAddres ...@@ -1444,6 +1444,7 @@ static OSStatus StreamListener( AudioObjectID inObjectID, UInt32 inNumberAddres
{ {
vlc_mutex_lock( &w->lock ); vlc_mutex_lock( &w->lock );
vlc_cond_signal( &w->cond ); vlc_cond_signal( &w->cond );
vlc_mutex_unlock( &w->lock );
} }
} }
return( err ); return( err );
......
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