mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
memleak fix
Originally committed as revision 3962 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3d38fd1cd4
commit
c2d57a34d0
@ -305,6 +305,8 @@ static int decode_end(AVCodecContext *avctx)
|
|||||||
{
|
{
|
||||||
CamtasiaContext * const c = (CamtasiaContext *)avctx->priv_data;
|
CamtasiaContext * const c = (CamtasiaContext *)avctx->priv_data;
|
||||||
|
|
||||||
|
av_freep(&c->decomp_buf);
|
||||||
|
|
||||||
if (c->pic.data[0])
|
if (c->pic.data[0])
|
||||||
avctx->release_buffer(avctx, &c->pic);
|
avctx->release_buffer(avctx, &c->pic);
|
||||||
#ifdef CONFIG_ZLIB
|
#ifdef CONFIG_ZLIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user