Commit adec5472 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: The playlist is unlocked at this time, so playlist_Control() needs to lock it.

This fixes an input and input item leak.

IMHO, such typo are so easy, we need to fix that up. (macosx module is full of those).
parent 75975b30
......@@ -720,7 +720,7 @@
p_item = NULL;
}
}
playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, p_node, p_item );
playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false, p_node, p_item );
}
vlc_object_release( p_playlist );
}
......
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