[pulseaudio-discuss] [PATCH] role-cork: Use the PA_IDXSET_FOREACH macro

2016-02-22 Thread Jungsup Lee
Simplify code by using PA_IDXSET_FOREACH. Signed-off-by: Jungsup Lee <jungsup4@samsung.com> --- src/modules/module-role-cork.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/module-role-cork.c b/src/modules/module-role-cork.c index 7c0f59f..4ae2005

[pulseaudio-discuss] [PATCH] allow-passthrough: Fix indentation

2017-03-20 Thread Jungsup Lee
Signed-off-by: Jungsup Lee <jungsup4@samsung.com> --- src/modules/module-allow-passthrough.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/module-allow-passthrough.c b/src/modules/module-allow-passthrough.c index 4b801e4..31ff270

[pulseaudio-discuss] [PATCH] allow-passthrough: Change the name of null-sink

2017-04-18 Thread Jungsup Lee
Sink's "media.name" property is mostly NULL, therefore using sink's name instead of sink's "media.name" property. --- src/modules/module-allow-passthrough.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/modules/module-allow-passthrough.c

[pulseaudio-discuss] [PATCH] Fix memory leaks

2018-03-16 Thread Jungsup Lee
The returned string of the dbus_message_iter_get_signature() must be freed with dbus_free(). --- src/modules/module-stream-restore.c | 8 +++- src/pulsecore/dbus-util.c | 8 +++- src/pulsecore/protocol-dbus.c | 6 +- 3 files changed, 19 insertions(+), 3 deletions(-)

Re: [pulseaudio-discuss] [PATCH] Fix memory leaks

2018-03-16 Thread Jungsup Lee
> The returned string of the dbus_message_iter_get_signature() must be > freed with dbus_free(). > --- > src/modules/module-stream-restore.c | 8 +++- > src/pulsecore/dbus-util.c | 8 +++- > 2 files changed, 14 insertions(+), 2 deletions(-) > > diff --git

[pulseaudio-discuss] [PATCH] Fix memory leaks

2018-03-14 Thread Jungsup Lee
The returned string of the dbus_message_iter_get_signature() must be freed with dbus_free(). --- src/modules/module-stream-restore.c | 8 +++- src/pulsecore/dbus-util.c | 8 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/modules/module-stream-restore.c

[pulseaudio-discuss] [PATCH v3] Fix memory leaks

2018-03-23 Thread Jungsup Lee
The returned string of the dbus_message_iter_get_signature() must be freed with dbus_free(). --- src/modules/module-stream-restore.c | 7 ++- src/pulsecore/dbus-util.c | 7 ++- src/pulsecore/protocol-dbus.c | 6 +- 3 files changed, 17 insertions(+), 3 deletions(-)