]> code.delx.au - pulseaudio/commit
conf-parser: Initialize the state to zero immediately.
authorpoljar (Damir Jelić) <poljarinho@gmail.com>
Fri, 29 Jun 2012 21:19:52 +0000 (23:19 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 30 Jun 2012 07:53:15 +0000 (10:53 +0300)
commite9fd8298776cb6cc31173ecf040817aab2d1da39
treedfdace1a26c2f454353c977216885b5961176b21
parent8239fca09f4a500fbe333d215be899c5df34234e
conf-parser: Initialize the state to zero immediately.

Set the state variable immediately to zero so if we fail to open the
configuration file we don't check an uninitialized pointer and free an
nonexistent proplist.
src/pulsecore/conf-parser.c