Re: [Alsa-devel] snd_pcm_close simple question

2003-02-19 Thread Jaroslav Kysela
On 18 Feb 2003, ljp wrote: > does snd_pcm_close free a snd_pcm_hw_params_t that was > snd_pcm_hw_params_malloc 'd? > > > I presume I need to free that? Yes, you have to free what you allocated in your code. Jaroslav - Jaroslav Kysela <[EMAIL

Re: [Alsa-devel] snd_pcm_close simple question

2003-02-18 Thread Clemens Ladisch
ljp wrote: > does snd_pcm_close free a snd_pcm_hw_params_t that was > snd_pcm_hw_params_malloc 'd? I presume I need to free that? No. Yes. The same snd_pcm_hw_params_t could be used to get/set the parameters of another pcm. HTH Clemens --

[Alsa-devel] snd_pcm_close simple question

2003-02-18 Thread ljp
does snd_pcm_close free a snd_pcm_hw_params_t that was snd_pcm_hw_params_malloc 'd? I presume I need to free that? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___