[alsa-devel] PCM -- no need to release params mem nor close handle?

intellij intellij at yandex.ru
Fri Mar 23 17:46:48 CET 2007


I am looking at PCM interface manual http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html

It tells that there are an open and set_params functions but nothing about close(). Furthermore, the description of open() http://www.alsa-project.org/alsa-doc/alsa-lib/group___p_c_m.html#g8340c7dc0ac37f37afe5e7c21d6c528b neither tells that. Ok, I have realized from the examples. However, even the examples demonstrate no params deallocation. You call the snd_pcm_hw_params_alloca(&hwparams) but never release the allocated memory. Why?

Thank you.


More information about the Alsa-devel mailing list