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
af1c0e0a
Commit
af1c0e0a
authored
Aug 11, 2006
by
zorglub
Browse files
Gah, forgot to commit this: fix a potential crash in stats
parent
a6f5ad1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input.c
View file @
af1c0e0a
...
...
@@ -1119,7 +1119,7 @@ static void End( input_thread_t * p_input )
if
(
p_input
->
p_es_out
)
input_EsOutDelete
(
p_input
->
p_es_out
);
#define CL_CO( c ) stats_CounterClean( p_input->counters.p_##c )
#define CL_CO( c ) stats_CounterClean( p_input->counters.p_##c )
; p_input->counters.p_##c = NULL;
if
(
p_input
->
p_libvlc
->
b_stats
)
{
vlc_mutex_lock
(
&
p_input
->
counters
.
counters_lock
);
...
...
Write
Preview
Supports
Markdown
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