X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spxdec_filter.c;h=6bd4114666492f1a6fea62e0fd1da2b9a3380ed4;hp=da2d5da6961578f30decd2a80a40d6e677bc79ba;hb=c5e38315901ea63efd169af5d4ba3f3c66db7de9;hpb=dae03f0046d6695172aa32722600e1b9deea1e9c diff --git a/spxdec_filter.c b/spxdec_filter.c index da2d5da6..6bd41146 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010 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); } }