mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
drop redundant alloc call
This commit is contained in:
parent
754644fa6e
commit
5c82dd67d0
1 changed files with 0 additions and 1 deletions
|
|
@ -571,7 +571,6 @@ static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk
|
|||
}else{
|
||||
//allocate request_size + overlap
|
||||
target_samples += u->overlap_size;
|
||||
alloc_input_buffers(u, target_samples);
|
||||
}
|
||||
alloc_input_buffers(u, target_samples);
|
||||
chunk->memblock = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue