]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ulti.c
IFF bitmap n-bit color support
[ffmpeg] / libavcodec / ulti.c
index a5aec1a3a97d107ab13dbf5025e7bf73a6ea01c1..12dc6ac14f071564b8d272168a85d2f4ab7a9697 100644 (file)
@@ -61,7 +61,6 @@ static av_cold int ulti_decode_end(AVCodecContext *avctx){
 
     if (pic->data[0])
         avctx->release_buffer(avctx, pic);
-    av_freep(&s->frame);
 
     return 0;
 }