# HG changeset patch # User alexc # Date 1277761238 0 # Node ID e0dae84d60ae98b93d1b1e1d795d0784b202a646 # Parent 0d044629506035366a55b34deb9f30f1a2236bc4 10l: Revert r23867. It didn't make any sense. diff -r 0d0446295060 -r e0dae84d60ae psymodel.c --- a/psymodel.c Mon Jun 28 21:36:19 2010 +0000 +++ b/psymodel.c Mon Jun 28 21:40:38 2010 +0000 @@ -117,14 +117,11 @@ av_cold void ff_psy_preprocess_end(struct FFPsyPreprocessContext *ctx) { - if (ctx) { int i; ff_iir_filter_free_coeffs(ctx->fcoeffs); if (ctx->fstate) for (i = 0; i < ctx->avctx->channels; i++) ff_iir_filter_free_state(ctx->fstate[i]); av_freep(&ctx->fstate); - } - ctx = NULL; }