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
5f91ca68
Commit
5f91ca68
authored
Jan 06, 2016
by
François Cartegnie
🤞
Browse files
playlist: dvb: memleak
parent
65486fd3
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/demux/playlist/dvb.c
View file @
5f91ca68
...
...
@@ -87,6 +87,7 @@ static int Demux(demux_t *demux)
while
((
line
=
stream_ReadLine
(
demux
->
s
))
!=
NULL
)
{
input_item_t
*
item
=
ParseLine
(
line
);
free
(
line
);
if
(
item
==
NULL
)
continue
;
...
...
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