]> git.sesse.net Git - vlc/commitdiff
libvlc: Missing unlock.
authorPierre d'Herbemont <pdherbemont@free.fr>
Wed, 3 Jun 2009 05:19:38 +0000 (22:19 -0700)
committerPierre d'Herbemont <pdherbemont@free.fr>
Wed, 3 Jun 2009 05:59:05 +0000 (22:59 -0700)
src/control/media_list_player.c

index b7bd8d4dc1bd71005f68fc851293f9642b0d82cf..e532dec0336d1fa65f1622e534576ca7e6c7401e 100644 (file)
@@ -378,6 +378,7 @@ void libvlc_media_list_player_set_media_list(
     if(!p_mlist)
     {
         libvlc_exception_raise( p_e, "No media list provided");
+        vlc_mutex_unlock( &p_mlp->object_lock );
         return;
     }