Commit 3725a9ef authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

live555: fix use-after-free in TCP rollover on MS-RTSP

parent 48204230
......@@ -1526,6 +1526,7 @@ static int RollOverTcp( demux_t *p_demux )
p_sys->i_track = 0;
p_sys->b_no_data = true;
p_sys->i_no_data_ti = 0;
p_sys->p_out_asf = NULL;
/* Reopen rtsp client */
if( ( i_return = Connect( p_demux ) ) != VLC_SUCCESS )
......
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