Blame MEMORY-LEAK

Packit Service db8eaa
Packit Service db8eaa
Packit Service db8eaa
				Memory leaks - really?
Packit Service db8eaa
				----------------------
Packit Service db8eaa
Packit Service db8eaa
Note that some developers are thinking that the ALSA library has some memory
Packit Service db8eaa
leaks. Sure, it can be truth, but before contacting us, please, be sure that
Packit Service db8eaa
these leaks are not forced.
Packit Service db8eaa
Packit Service db8eaa
The biggest reported leak is that the global configuration is cached for
Packit Service db8eaa
next usage. If you do not want this feature, simply, call
Packit Service db8eaa
snd_config_update_free_global() after all snd_*_open*() calls. This function
Packit Service db8eaa
will free the cache.