# HG changeset patch # User kostya # Date 1224482390 0 # Node ID efc935702bce855efe8c9549b8e83317953b1caf # Parent b6d93bef844a4cf9a9599ebf5e1092d9acf1d639 34l: free RV3/4 context variables at the end diff -r b6d93bef844a -r efc935702bce rv34.c --- 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; }