mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
core: make sure we always return a valid memblock in sink_input_pop() callbacks
https://bugzilla.redhat.com/show_bug.cgi?id=553607
This commit is contained in:
parent
699233fb47
commit
345547853b
6 changed files with 24 additions and 6 deletions
|
|
@ -890,7 +890,7 @@ static struct output *output_new(struct userdata *u, pa_sink *sink) {
|
|||
1,
|
||||
0,
|
||||
0,
|
||||
NULL);
|
||||
&u->sink->silence);
|
||||
|
||||
pa_assert_se(pa_idxset_put(u->outputs, o, NULL) == 0);
|
||||
update_description(u);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue