Skip to content
Snippets Groups Projects
Commit b8afab30 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont
Browse files

playlist: Assert() locked in playlist_Release().

parent 357d734f
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,8 @@ playlist_item_t * playlist_ItemNewWithType( playlist_t *p_playlist,
*/
int playlist_ItemRelease( playlist_item_t *p_item )
{
PL_ASSERT_LOCKED;
/* Surprise, we can't actually do more because we
* don't do refcounting, or eauivalent.
* Because item are not only accessed by their id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment