X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spxdec_filter.c;h=6bd4114666492f1a6fea62e0fd1da2b9a3380ed4;hp=a48d869596205508315db808b5895ce7e1223056;hb=c5e38315901ea63efd169af5d4ba3f3c66db7de9;hpb=d16fe3df649cb48d5ffa26187da3dad4c3066646 diff --git a/spxdec_filter.c b/spxdec_filter.c index a48d8695..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. */ @@ -292,7 +292,7 @@ next_buffer: fail: if (ret < 0) { t->error = ret; - btr_remove_node(btrn); + btr_remove_node(&fn->btrn); } }