[FFmpeg-devel] [PATCH] ffserver rtsp bug fixes

Martin Storsjö martin
Mon May 24 21:24:59 CEST 2010


On Tue, 18 May 2010, Howard Chu wrote:

> This patch plugs a number of per-session memory leaks in the rtsp code. Also
> replaced one instance of strchr() with memchr() to silence a valgrind warning
> about running off into the weeds (reading uninit'd memory). Unfortunately
> there are still a large number of those...

Applied these, with a minor modification.

// Martin



More information about the ffmpeg-devel mailing list