5 Jan
2015
5 Jan
'15
10:30 p.m.
On Fri, Jan 02, 2015 at 01:56:07PM +0100, Lars-Peter Clausen wrote:
The ALSA core takes care that all preallocated memory is freed when the PCM itself is freed. There is no need to do this manually in the driver. Similarly there is also no need to do it on the pcm_new() error path as the PCM will be freed if a error is returned.
Applied all, thanks.