X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osx_write.c;h=d38e2fb1d0ebc2d650060677a70b878337f135d3;hp=b057b9c057991864b582ad8519cbac1b9083a90d;hb=fdb9d26edf7ef38c4213e23b6bf1ee89d287cb9e;hpb=83ab4b5d38bb63cf4724022c3804d3eaa2ac51d3 diff --git a/osx_write.c b/osx_write.c index b057b9c0..d38e2fb1 100644 --- a/osx_write.c +++ b/osx_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -326,7 +326,7 @@ static void osx_write_post_select(__a_unused struct sched *s, struct task *t) AudioUnitUninitialize(powd->audio_unit); CloseComponent(powd->audio_unit); btr_remove_node(&powd->callback_btrn); - goto remove_btrn; + goto fail; } } mutex_lock(powd->mutex);