Fix a NULL pointer access when sutting down esound/simple connections
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Mar 2009 03:00:00 +0000 (04:00 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 4 Mar 2009 03:00:00 +0000 (04:00 +0100)
commitd09287d211164a93bcbb66839998fc64bad746ce
tree251a7452d009fa5d894957766f2a547686205890
parent869341729f088f3ec19c39aae5565cfae7f7ea33
Fix a NULL pointer access when sutting down esound/simple connections

If a connection is unlinked make sure the process_msg function doesn't
crash when a message is received afterwards.

Closes #463.
src/pulsecore/protocol-esound.c
src/pulsecore/protocol-simple.c