Commit 5f91ca68 authored by Francois Cartegnie's avatar Francois Cartegnie

playlist: dvb: memleak

parent 65486fd3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment