Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
authorGábor Kovács <picard@demoscene.hu>
Wed, 21 Sep 2005 08:14:17 +0000 (08:14 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 21 Sep 2005 08:14:17 +0000 (08:14 +0000)
commitdc9f52602f6493b33d1ac0d729ffb188e6a676fa
treee1978edeee3661937aae766831514022a0ea436e
parent528bbdde7f1cb7512cdab7b0fb78dc5da37cef0c
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
Here is a patch which frees the rbsp_buffer in decode_end().
patch by (Gábor Kovács | picard / demoscene \ hu)

Originally committed as revision 4607 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c