Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
af1c0e0a
Commit
af1c0e0a
authored
Aug 11, 2006
by
zorglub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gah, forgot to commit this: fix a potential crash in stats
parent
a6f5ad1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/input/input.c
src/input/input.c
+1
-1
No files found.
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
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