1 2 3 Memory leaks - really? 4 ---------------------- 5 6 Note that some developers are thinking that the ALSA library has some memory 7 leaks. Sure, it can be truth, but before contacting us, please, be sure that 8 these leaks are not forced. 9 10 The biggest reported leak is that the global configuration is cached for 11 next usage. If you do not want this feature, simply, call 12 snd_config_update_free_global() after all snd_*_open*() calls. This function 13 will free the cache. 14