mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
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.
This commit is contained in:
parent
7201c9be98
commit
162adb9873
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue