]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion2.c
Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).
[ffmpeg] / libavcodec / truemotion2.c
index d73c88bd4437a64fe79fcc10881f81a0ec79e074..44b89e70d16e3abc97413ab858700ed43ae8e7e1 100644 (file)
@@ -866,7 +866,6 @@ static av_cold int decode_end(AVCodecContext *avctx){
 
     if (pic->data[0])
         avctx->release_buffer(avctx, pic);
-    av_freep(&l->pic);
 
     return 0;
 }