[SCM] libav/experimental: remove invalid free() forgotten in r12300

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 0e9fbd35b5544e7799db67302d3d7e2ea761b4c4
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Mar 3 21:54:18 2008 +0000

    remove invalid free() forgotten in r12300
    
    Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index e2cc0c2..b5c57ff 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -557,7 +557,6 @@ void sws_freeContext(struct SwsContext *ctx)
     } else {
         av_free(ctx->resampling_ctx);
     }
-    av_free(ctx->av_class);
     av_free(ctx);
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list