Re: [pulseaudio-discuss] [PATCH 2/3] device-port: Add mechanism to free implementation data

2013-10-29 Thread Tanu Kaskinen
On Fri, 2013-09-20 at 18:08 +0530, Arun Raghavan wrote: On Fri, 2013-09-20 at 15:33 +0300, Tanu Kaskinen wrote: On Fri, 2013-09-20 at 17:56 +0530, Arun Raghavan wrote: On Fri, 2013-09-20 at 15:21 +0300, Tanu Kaskinen wrote: On Fri, 2013-09-20 at 17:27 +0530, Arun Raghavan wrote:

Re: [pulseaudio-discuss] [PATCH 2/3] device-port: Add mechanism to free implementation data

2013-09-20 Thread Arun Raghavan
On Fri, 2013-09-20 at 15:21 +0300, Tanu Kaskinen wrote: On Fri, 2013-09-20 at 17:27 +0530, Arun Raghavan wrote: This will be needed if the implementation data stores pointers to additional data that needs to be freed as well. --- src/pulsecore/device-port.c | 3 +++

Re: [pulseaudio-discuss] [PATCH 2/3] device-port: Add mechanism to free implementation data

2013-09-20 Thread Tanu Kaskinen
On Fri, 2013-09-20 at 17:56 +0530, Arun Raghavan wrote: On Fri, 2013-09-20 at 15:21 +0300, Tanu Kaskinen wrote: On Fri, 2013-09-20 at 17:27 +0530, Arun Raghavan wrote: This will be needed if the implementation data stores pointers to additional data that needs to be freed as well. ---