X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osx_write.c;h=bd829f0041edac5efd0091e1b15c917de8029dcd;hb=6e4dcc88f4c52c7084539ed4d81ca06fd3e657aa;hp=b057b9c057991864b582ad8519cbac1b9083a90d;hpb=ff12b505b227585daf5aecc822d6b2e8841c2be7;p=paraslash.git diff --git a/osx_write.c b/osx_write.c index b057b9c0..bd829f00 100644 --- a/osx_write.c +++ b/osx_write.c @@ -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);