mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-26 17:21:07 +00:00
Initial version
This commit is contained in:
parent
fd52ee0085
commit
0ec9851176
13
MEMORY-LEAK
Normal file
13
MEMORY-LEAK
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user