]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Initial version
authorJaroslav Kysela <perex@perex.cz>
Tue, 4 Feb 2003 14:56:07 +0000 (14:56 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 4 Feb 2003 14:56:07 +0000 (14:56 +0000)
MEMORY-LEAK [new file with mode: 0644]

diff --git a/MEMORY-LEAK b/MEMORY-LEAK
new file mode 100644 (file)
index 0000000..d9677d8
--- /dev/null
@@ -0,0 +1,13 @@
+
+
+                               Memory leaks - really?
+                               ----------------------
+
+Note that some developers are thinking that the ALSA library has some memory
+leaks. Sure, it can be truth, but before contacting us, please, be sure that
+these leaks are not forced.
+
+The biggest reported leak is that the global configuration is cached for
+next usage. If you do not want this feature, simply, call
+snd_config_update_free_global() after all snd_*_open*() calls. This function
+will free the cache.