diff wnv1.c @ 10413:8a137661f31e libavcodec

Do not try to free memory that was never allocated (partial revert of r20231).
author cehoyos
date Fri, 16 Oct 2009 15:16:59 +0000
parents 136334ad62b3
children bdf4a9ca162a
line wrap: on
line diff
--- a/wnv1.c	Fri Oct 16 14:50:08 2009 +0000
+++ b/wnv1.c	Fri Oct 16 15:16:59 2009 +0000
@@ -149,7 +149,6 @@
 
     if (pic->data[0])
         avctx->release_buffer(avctx, pic);
-    av_freep(&l->pic);
 
     return 0;
 }