X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spxdec_filter.c;h=6bd4114666492f1a6fea62e0fd1da2b9a3380ed4;hp=41b66c519f9509d3837355854be95e8760f79648;hb=23b121a85984baa9252f4b4c0b8c4f186e394bb7;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/spxdec_filter.c b/spxdec_filter.c index 41b66c51..6bd41146 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010-2011 Andre Noll + * Copyright (C) 2010-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -43,7 +43,6 @@ #include #include #include -#include #include #include #include @@ -293,7 +292,7 @@ next_buffer: fail: if (ret < 0) { t->error = ret; - btr_remove_node(btrn); + btr_remove_node(&fn->btrn); } }