X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wav_filter.c;h=716d8dd94c318cca2fb17a16a6d062a929099f92;hp=c5079061972d838d1e76d0308db02cd61e341998;hb=c5e38315901ea63efd169af5d4ba3f3c66db7de9;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/wav_filter.c b/wav_filter.c index c5079061..716d8dd9 100644 --- a/wav_filter.c +++ b/wav_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. */ @@ -117,7 +117,7 @@ err: if (ret == -E_WAV_SUCCESS) btr_splice_out_node(btrn); else { - btr_remove_node(btrn); + btr_remove_node(&fn->btrn); PARA_ERROR_LOG("%s\n", para_strerror(-ret)); } }