output/pulse: initialize pulse_output.mixer
This variable was uninitialized and led to crashes.
This commit is contained in:
parent
9fed97b1f1
commit
82af161210
|
@ -274,6 +274,7 @@ pulse_output_init(G_GNUC_UNUSED const struct audio_format *audio_format,
|
|||
po->server = config_get_block_string(param, "server", NULL);
|
||||
po->sink = config_get_block_string(param, "sink", NULL);
|
||||
|
||||
po->mixer = NULL;
|
||||
po->mainloop = NULL;
|
||||
po->context = NULL;
|
||||
po->stream = NULL;
|
||||
|
|
Loading…
Reference in New Issue