X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wav_filter.c;h=eaef1f5cca7b79c4b532d91dda239aaa7e53c0ee;hp=83b81fb2d5b4b9303feb1600cb808fe52accfa51;hb=d87806284b9f6be9aab71ccbf0280d273b57eeb3;hpb=484e75562df55dca31ffcb9e5b05a490b4a3d3a1 diff --git a/wav_filter.c b/wav_filter.c index 83b81fb2..eaef1f5c 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -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));