Commit 9636c641 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

s/libvlc_media_list_view_release/libvlc_media_list_view_retain/ in previous commit.

parent 1524a416
...@@ -141,7 +141,7 @@ libvlc_media_list_view_new( libvlc_media_list_t * p_mlist, ...@@ -141,7 +141,7 @@ libvlc_media_list_view_new( libvlc_media_list_t * p_mlist,
* libvlc_media_list_view_retain (Public) * libvlc_media_list_view_retain (Public)
**************************************************************************/ **************************************************************************/
void void
libvlc_media_list_view_release( libvlc_media_list_view_t * p_mlv ) libvlc_media_list_view_retain( libvlc_media_list_view_t * p_mlv )
{ {
vlc_mutex_lock( &p_mlv->object_lock ); vlc_mutex_lock( &p_mlv->object_lock );
p_mlv->i_refcount++; p_mlv->i_refcount++;
......
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