mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
segfault fix by (Kostya <cannonball at bw-team dot com>)
Originally committed as revision 3497 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
72f89c4ca7
commit
b43b426a8b
@ -843,7 +843,7 @@ static int encode_end(AVCodecContext *avctx)
|
||||
LclContext *c = avctx->priv_data;
|
||||
|
||||
av_freep(&avctx->extradata);
|
||||
av_freep(c->comp_buf);
|
||||
av_freep(&c->comp_buf);
|
||||
#ifdef CONFIG_ZLIB
|
||||
deflateEnd(&(c->zstream));
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user