diff ffv1.c @ 5222:f4b99cc863e5 libavcodec

fix mem leak patch by Oliver Pfister: [oliver pfister gmx ch]
author benoit
date Thu, 05 Jul 2007 20:47:58 +0000
parents 2b72f9bc4f06
children 5d82b4e8a7f3
line wrap: on
line diff
--- a/ffv1.c	Thu Jul 05 20:46:48 2007 +0000
+++ b/ffv1.c	Thu Jul 05 20:47:58 2007 +0000
@@ -702,6 +702,7 @@
         PlaneContext *p= &s->plane[i];
 
         av_freep(&p->state);
+        av_freep(&p->vlc_state);
     }
 
     return 0;