Skip to content

stream-restore: Fix use of uninitialized variable

Georg Chini requested to merge gchini/pulseaudio:stream_restore_fix into master

The variable card_name in sink_input_preferred_sink_changed_cb and source_output_preferred_source_changed_cb could be used uninitialized, which leads to invalid database entries.

This patch fixes the problem.

Merge request reports