Commit 42b0a160 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix memleak.

parent eacca05e
......@@ -202,6 +202,7 @@ static void Close( vlc_object_t *p_this )
p_sd->p_sys->pp_input[i] = NULL;
}
}
free( p_sd->p_sys->pp_input );
if( p_playlist )
{
playlist_NodeDelete( p_playlist, p_sys->p_node, VLC_TRUE, VLC_TRUE );
......
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