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
Steve Lhomme
VLC
Commits
52f8ccc4
Commit
52f8ccc4
authored
Sep 13, 2007
by
Rafaël Carré
Browse files
Remove debug not intended to be committed, however feel free to use it
parent
bc959f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/engine.c
View file @
52f8ccc4
...
...
@@ -489,7 +489,7 @@ void playlist_PreparseLoop( playlist_preparse_t *p_obj )
return
;
}
}
printf
(
"pointer playlist XX: %p
\n
"
,
p_current
->
lock
.
p_this
);
p_current
=
p_obj
->
pp_waiting
[
0
];
REMOVE_ELEM
(
p_obj
->
pp_waiting
,
p_obj
->
i_waiting
,
0
);
vlc_mutex_unlock
(
&
p_obj
->
object_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