summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavcodec/indeo2.c1
-rw-r--r--libavcodec/loco.c1
-rw-r--r--libavcodec/qdrw.c1
-rw-r--r--libavcodec/truemotion2.c1
-rw-r--r--libavcodec/ulti.c1
-rw-r--r--libavcodec/wnv1.c1
-rw-r--r--libavcodec/xl.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c
index 87d1c90..52aede1 100644
--- a/libavcodec/indeo2.c
+++ b/libavcodec/indeo2.c
@@ -219,7 +219,6 @@ static av_cold int ir2_decode_end(AVCodecContext *avctx){
if (pic->data[0])
avctx->release_buffer(avctx, pic);
- av_freep(&ic->picture);
return 0;
}
diff --git a/libavcodec/loco.c b/libavcodec/loco.c
index 9a01810..57fba82 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;
}
diff --git a/libavcodec/qdrw.c b/libavcodec/qdrw.c
index ae8a71a..f0c0350 100644
--- a/libavcodec/qdrw.c
+++ b/libavcodec/qdrw.c
@@ -146,7 +146,6 @@ static av_cold int decode_end(AVCodecContext *avctx){
if (pic->data[0])
avctx->release_buffer(avctx, pic);
- av_freep(&a->pic);
return 0;
}
diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c
index d73c88b..44b89e7 100644
--- a/libavcodec/truemotion2.c
+++ b/libavcodec/truemotion2.c
@@ -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;
}
diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c
index a5aec1a..12dc6ac 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -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;
}
diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c
index 9f13fd5..9a5a77f 100644
--- a/libavcodec/wnv1.c
+++ b/libavcodec/wnv1.c
@@ -149,7 +149,6 @@ static av_cold int decode_end(AVCodecContext *avctx){
if (pic->data[0])
avctx->release_buffer(avctx, pic);
- av_freep(&l->pic);
return 0;
}
diff --git a/libavcodec/xl.c b/libavcodec/xl.c
index 277e92a..2a5110c 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;
}
OpenPOWER on IntegriCloud