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
fd2c554d
Commit
fd2c554d
authored
Jun 24, 2008
by
ivoire
Browse files
Fix a double vlc_object_release (partially fix the update system)
parent
4f541d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/stream.c
View file @
fd2c554d
...
...
@@ -535,7 +535,6 @@ static void UStreamDestroy( stream_t *s )
{
access_t
*
p_access
=
(
access_t
*
)
s
->
p_parent
;
AStreamDestroy
(
s
);
vlc_object_release
(
p_access
);
access_Delete
(
p_access
);
}
...
...
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