Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
89b679a3
Commit
89b679a3
authored
Dec 23, 2014
by
Thomas Guillem
Committed by
Jean-Baptiste Kempf
Dec 29, 2014
Browse files
libvlc_media_list: missing vlc_mutex_destroy
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
d5d3b255
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/media_list.c
View file @
89b679a3
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment