[FFmpeg-cvslog] r12303 - trunk/libavcodec/imgresample.c

mru subversion
Mon Mar 3 22:54:19 CET 2008


Author: mru
Date: Mon Mar  3 22:54:18 2008
New Revision: 12303

Log:
remove invalid free() forgotten in r12300


Modified:
   trunk/libavcodec/imgresample.c

Modified: trunk/libavcodec/imgresample.c
==============================================================================
--- trunk/libavcodec/imgresample.c	(original)
+++ trunk/libavcodec/imgresample.c	Mon Mar  3 22:54:18 2008
@@ -557,7 +557,6 @@ void sws_freeContext(struct SwsContext *
     } else {
         av_free(ctx->resampling_ctx);
     }
-    av_free(ctx->av_class);
     av_free(ctx);
 }
 




More information about the ffmpeg-cvslog mailing list