[pulseaudio-discuss] [PATCH 2/3] coreaudio: Dynamically allocate C string when converting from CFString

2016-01-03 Thread arun
From: Arun Raghavan --- src/modules/macosx/module-coreaudio-device.c | 60 +++- 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/src/modules/macosx/module-coreaudio-device.c b/src/modules/macosx/module-coreaudio-device.c index 0c92d42..78edc6b 100644 --- a

Re: [pulseaudio-discuss] [PATCH 2/3] coreaudio: Dynamically allocate C string when converting from CFString

2016-02-10 Thread Mihai Moldovan
On 04.01.2016 08:15 AM, a...@accosted.net wrote: > From: Arun Raghavan > > --- > src/modules/macosx/module-coreaudio-device.c | 60 > +++- > 1 file changed, 32 insertions(+), 28 deletions(-) > > diff --git a/src/modules/macosx/module-coreaudio-device.c > b/src/modules/