Initialise variables

These were detected using clang static analyzer.
This commit is contained in:
Maarten Bosmans 2011-08-13 13:43:20 +02:00 committed by Colin Guthrie
parent 3b76d8065f
commit 92219b01b9
5 changed files with 9 additions and 6 deletions

View file

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