summaryrefslogtreecommitdiff
path: root/libavcodec/loco.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/loco.c')
-rw-r--r--libavcodec/loco.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/loco.c b/libavcodec/loco.c
index 9a01810c44..57fba82cf0 100644
--- a/libavcodec/loco.c
+++ b/libavcodec/loco.c
@@ -281,7 +281,6 @@ static av_cold int decode_end(AVCodecContext *avctx){
if (pic->data[0])
avctx->release_buffer(avctx, pic);
- av_freep(&l->pic);
return 0;
}