mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-11 04:27:48 -05:00
fix a bad memory access pulsecore/client.c
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2527 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7bae1baa3e
commit
b27cc1d426
14 changed files with 220 additions and 33 deletions
|
|
@ -296,6 +296,8 @@ char *pa_source_output_list_to_string(pa_core *c) {
|
|||
pa_strbuf_printf(s, "\towner module: %u\n", o->module->index);
|
||||
if (o->client)
|
||||
pa_strbuf_printf(s, "\tclient: %u <%s>\n", o->client->index, pa_strnull(pa_proplist_gets(o->client->proplist, PA_PROP_APPLICATION_NAME)));
|
||||
if (o->direct_on_input)
|
||||
pa_strbuf_printf(s, "\tdirect on input: %u\n", o->direct_on_input->index);
|
||||
|
||||
t = pa_proplist_to_string(o->proplist);
|
||||
pa_strbuf_printf(s, "\tproperties:\n%s", t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue