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

control/flat_media_list.c: Remove an other typo that could cause a crash.

parent d25d3f24
...@@ -307,10 +307,9 @@ libvlc_media_list_flat_media_list( libvlc_media_list_t * p_mlist, ...@@ -307,10 +307,9 @@ libvlc_media_list_flat_media_list( libvlc_media_list_t * p_mlist,
p_mlist->p_flat_mlist = libvlc_media_list_new( p_mlist->p_flat_mlist = libvlc_media_list_new(
p_mlist->p_libvlc_instance, p_mlist->p_libvlc_instance,
p_e ); p_e );
add_media_list( p_mlist->p_flat_mlist, p_mlist ); add_media_list( p_mlist, p_mlist );
install_flat_mlist_observer( p_mlist ); install_flat_mlist_observer( p_mlist );
} }
libvlc_media_list_retain( p_mlist->p_flat_mlist ); libvlc_media_list_retain( p_mlist->p_flat_mlist );
return p_mlist->p_flat_mlist; return p_mlist->p_flat_mlist;
} }
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