From 162adb9873f8ec0faf6dad4a11d266961f116a9e Mon Sep 17 00:00:00 2001 From: Jason Newton Date: Fri, 5 Dec 2014 08:38:31 +0000 Subject: [PATCH] module-equalizer-sink: remove erroneous fixme pa_memblockq_drop is guaranteed to drop the chunk we just extracted from the memblockq which internally unrefs the chunk. --- src/modules/module-equalizer-sink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/module-equalizer-sink.c b/src/modules/module-equalizer-sink.c index 7aea5d3e9..70c30f5b6 100644 --- a/src/modules/module-equalizer-sink.c +++ b/src/modules/module-equalizer-sink.c @@ -674,8 +674,6 @@ END: pa_assert(chunk->memblock); pa_memblockq_drop(u->output_q, chunk->length); - /** FIXME: Uh? you need to unref the chunk here! */ - //pa_log_debug("gave %ld", chunk->length/fs); //pa_log_debug("end pop"); return 0;