From 79009d223582277c389ed1bfae792cbfbbc061e7 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 1 Sep 2008 16:00:08 +0300 Subject: command_get_info() segv in some conditions Signed-off-by: Lennart Poettering --- src/pulsecore/protocol-native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulsecore/protocol-native.c b/src/pulsecore/protocol-native.c index 06245d1b..6ccee571 100644 --- a/src/pulsecore/protocol-native.c +++ b/src/pulsecore/protocol-native.c @@ -2791,7 +2791,7 @@ static void command_get_info(pa_pdispatch *pd, uint32_t command, uint32_t tag, p pa_sink_input *si = NULL; pa_source_output *so = NULL; pa_scache_entry *sce = NULL; - const char *name; + const char *name = NULL; pa_tagstruct *reply; pa_native_connection_assert_ref(c); -- cgit