From 45fc24a005c170b3fea1c028a49fdb6be61875bd Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 16 Oct 2009 15:16:59 +0000 Subject: Do not try to free memory that was never allocated (partial revert of r20231). Originally committed as revision 20252 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/xl.c') diff --git a/libavcodec/xl.c b/libavcodec/xl.c index 277e92a678..2a5110cb98 100644 --- a/libavcodec/xl.c +++ b/libavcodec/xl.c @@ -134,7 +134,6 @@ static av_cold int decode_end(AVCodecContext *avctx){ if (pic->data[0]) avctx->release_buffer(avctx, pic); - av_freep(&a->pic); return 0; } -- cgit v1.2.3