Changeset 16c8c42c018364be49a7a913db7fd4adce1180d9

Show
Ignore:
Timestamp:
17/07/08 19:03:43 (5 months ago)
Author:
Rémi Duraffort <ivoire@videolan.org>
git-committer:
Rémi Duraffort <ivoire@videolan.org> 1216314223 +0200
git-parent:

[6cc9595de6e94e5f56242a7b605fc30fa3369081]

git-author:
Rémi Duraffort <ivoire@videolan.org> 1216314223 +0200
Message:

Don't unlock the playlist to lock it the next instruction.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/playlist/services_discovery.c

    rf60a8c7 r16c8c42  
    267267        return; 
    268268    } 
    269     vlc_object_unlock( p_parent->p_playlist ); 
    270269 
    271270    /* Delete the non-node item normally */ 
    272271    playlist_DeleteInputInParent( p_parent->p_playlist, p_input->i_id, 
    273                                   p_parent, false ); 
     272                                  p_parent, true ); 
     273 
     274    vlc_object_unlock( p_parent->p_playlist ); 
    274275} 
    275276