changeset 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 6104d97fa4fe
children 348b04f6e933
files ffv1.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;