Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
51cada4b
Commit
51cada4b
authored
Apr 05, 2011
by
sebastien
Browse files
vlm : fix TAB_CLEAN
parent
4f06458c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/vlm.c
View file @
51cada4b
...
...
@@ -226,7 +226,7 @@ static void vlm_Destructor( vlm_t *p_vlm )
TAB_CLEAN
(
p_vlm
->
i_media
,
p_vlm
->
media
);
vlm_ControlInternal
(
p_vlm
,
VLM_CLEAR_SCHEDULES
);
TAB_CLEAN
(
p_vlm
->
schedule
,
p_vlm
->
schedule
);
TAB_CLEAN
(
p_vlm
->
i_
schedule
,
p_vlm
->
schedule
);
vlc_mutex_unlock
(
&
p_vlm
->
lock
);
libvlc_priv
(
p_vlm
->
p_libvlc
)
->
p_vlm
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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