mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Initialise variables
These were detected using clang static analyzer.
This commit is contained in:
parent
3b76d8065f
commit
92219b01b9
5 changed files with 9 additions and 6 deletions
|
|
@ -1061,7 +1061,8 @@ static playback_stream* playback_stream_new(
|
|||
/* Note: This function takes ownership of the 'formats' param, so we need
|
||||
* to take extra care to not leak it */
|
||||
|
||||
playback_stream *s, *ssync;
|
||||
playback_stream *ssync;
|
||||
playback_stream *s = NULL;
|
||||
pa_sink_input *sink_input = NULL;
|
||||
pa_memchunk silence;
|
||||
uint32_t idx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue