Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
24f4104f
Commit
24f4104f
authored
Jun 01, 2008
by
Rémi Denis-Courmont
Browse files
Fix
parent
952d118d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/objects.c
View file @
24f4104f
...
...
@@ -819,7 +819,7 @@ void __vlc_object_release( vlc_object_t *p_this )
for
(
held_list_t
*
hlcur
=
vlc_threadvar_get
(
&
held_objects
),
*
hlprev
=
NULL
;
hlcur
!=
NULL
;
hlcur
=
hlcur
->
next
)
hlprev
=
hlcur
,
hlcur
=
hlcur
->
next
)
{
if
(
hlcur
->
obj
==
p_this
)
{
...
...
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