X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=b405f869ebf4e9af697a87b0fd4a1736e44098ce;hp=9498313c6ca42cb1cbe2c3e792b88f8f381d1d14;hb=f652ce6afe7f6fd0e42814505234cbf4321a736e;hpb=3f96f9c305ff0c57ef10c523a2c45a4045f32dde diff --git a/oggdec_filter.c b/oggdec_filter.c index 9498313c..b405f869 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -259,7 +259,7 @@ static void ogg_post_select(__a_unused struct sched *s, struct task *t) out: t->error = ret; if (ret < 0) - btr_remove_node(btrn); + btr_remove_node(&fn->btrn); } /**