Commit 22579cef authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/media_list.c: Don't forget to destroy the mutex.

parent da53016c
......@@ -156,6 +156,7 @@ void libvlc_media_list_release( libvlc_media_list_t * p_mlist )
libvlc_media_descriptor_release( p_md );
}
vlc_mutex_destroy( &p_mlist->object_lock );
vlc_array_clear( &p_mlist->items );
free( p_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