Commit 57dbe08b authored by Luca Abeni's avatar Luca Abeni

Fix ffserver crash when closing the second RTP session

Originally committed as revision 8799 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7d88b5ca
......@@ -3185,6 +3185,7 @@ static int rtp_new_av_stream(HTTPContext *c,
c->stream->feed->streams[c->stream->feed_streams[stream_index]],
sizeof(AVStream));
}
st->priv_data = NULL;
/* build destination RTP address */
ipaddr = inet_ntoa(dest_addr->sin_addr);
......
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