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