changeset 8038:efc935702bce libavcodec

34l: free RV3/4 context variables at the end
author kostya
date Mon, 20 Oct 2008 05:59:50 +0000
parents b6d93bef844a
children d17ee125add1
files rv34.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rv34.c	Mon Oct 20 05:58:05 2008 +0000
+++ b/rv34.c	Mon Oct 20 05:59:50 2008 +0000
@@ -1329,6 +1329,9 @@
     av_freep(&r->intra_types_hist);
     r->intra_types = NULL;
     av_freep(&r->mb_type);
+    av_freep(&r->cbp_luma);
+    av_freep(&r->cbp_chroma);
+    av_freep(&r->deblock_coefs);
 
     return 0;
 }