mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
command_get_info() segv in some conditions
Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
c402de7545
commit
79009d2235
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue