]> git.sesse.net Git - vlc/commitdiff
libvlc_media_list: missing vlc_mutex_destroy
authorThomas Guillem <thomas@gllm.fr>
Tue, 23 Dec 2014 16:35:41 +0000 (16:35 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 29 Dec 2014 21:29:37 +0000 (22:29 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
lib/media_list.c

index 1d5702539eace11e9bbb47d469f99b123fe0faaa..39bc354b0cd5fcc57f3c645d10c07f402f044f53 100644 (file)
@@ -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 );