Commit 89b679a3 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

libvlc_media_list: missing vlc_mutex_destroy

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d5d3b255
......@@ -220,6 +220,7 @@ void libvlc_media_list_release( libvlc_media_list_t * p_mlist )
}
vlc_mutex_destroy( &p_mlist->object_lock );
vlc_mutex_destroy( &p_mlist->refcount_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