Commit e57442aa authored by michael's avatar michael

segfault fix by (Kostya <cannonball at bw-team dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3497 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a12888df
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment