Commit 30233ce1 authored by lucabe's avatar lucabe

Fix ffserver crash when closing the second RTP session


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8799 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e4d16890
......@@ -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