Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0861691f
Commit
0861691f
authored
Nov 03, 2010
by
Jean-Baptiste Kempf
Browse files
Stats: be extra careful when cleaning members
parent
616734f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/stats.c
View file @
0861691f
...
...
@@ -398,7 +398,7 @@ void stats_TimersCleanAll( vlc_object_t *p_obj )
void
stats_CounterClean
(
counter_t
*
p_c
)
{
if
(
p_c
)
if
(
p_c
&&
p_c
->
pp_samples
)
{
int
i
=
p_c
->
i_samples
-
1
;
while
(
i
>=
0
)
...
...
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