X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wav_filter.c;h=ea3236c7f56a0ee1b2719b47a80dc4e4754154ad;hp=83b81fb2d5b4b9303feb1600cb808fe52accfa51;hb=d1e6b28f66e243516d01916f9125baee75dd98d6;hpb=650e5374914c1eb725ce7d2a720611bec22112bc diff --git a/wav_filter.c b/wav_filter.c index 83b81fb2..ea3236c7 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -113,7 +113,7 @@ static int wav_post_select(__a_unused struct sched *s, struct task *t) ret = -E_WAV_SUCCESS; err: if (ret == -E_WAV_SUCCESS) - btr_splice_out_node(btrn); + btr_splice_out_node(&fn->btrn); else { btr_remove_node(&fn->btrn); PARA_ERROR_LOG("%s\n", para_strerror(-ret));