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
300a5c10
Commit
300a5c10
authored
Aug 16, 2006
by
gbazin
Browse files
* modules/demux/live555.cpp: fixed segfault
parent
822898c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/live555.cpp
View file @
300a5c10
...
...
@@ -1207,7 +1207,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
static
int
RollOverTcp
(
demux_t
*
p_demux
)
{
demux_sys_t
*
p_sys
=
p_demux
->
p_sys
;
MediaSubsessionIterator
*
iter
;
MediaSubsessionIterator
*
iter
=
0
;
MediaSubsession
*
sub
;
int
i_tk
;
int
i_return
;
...
...
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