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

Howard Chu hyc
Tue May 18 16:47:02 CEST 2010


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...

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: leakfix.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100518/9514307c/attachment.txt>



More information about the ffmpeg-devel mailing list