output/pulse: initialize pulse_output.mixer

This variable was uninitialized and led to crashes.
This commit is contained in:
Max Kellermann 2009-10-29 15:58:18 +01:00
parent 9fed97b1f1
commit 82af161210
1 changed files with 1 additions and 0 deletions

View File

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