Blame MEMORY-LEAK

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