drop redundant alloc call

This commit is contained in:
Jason Newton 2009-10-23 17:06:30 -07:00
parent 754644fa6e
commit 5c82dd67d0

View file

@ -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;