Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 8c1a96618c5f76e0d4006fa5d8b85d82 > files > 12

blender-2.45-2.1mdv2008.0.src.rpm

--- blender/source/blender/imbuf/intern/util.c.segf	2007-02-07 23:05:52.000000000 +0100
+++ blender/source/blender/imbuf/intern/util.c	2007-02-07 23:05:13.000000000 +0100
@@ -280,7 +280,6 @@
 	}
 
 	if(avcodec_open(pCodecCtx, pCodec)<0) {
-		avcodec_close(pCodecCtx);
 		av_close_input_file(pFormatCtx);
 		return 0;
 	}