Skip to content
Snippets Groups Projects
Commit ea5262a5 authored by Moe Jette's avatar Moe Jette
Browse files

Change comment to note antoher leak fixed.

parent 32198794
No related branches found
No related tags found
No related merge requests found
...@@ -108,8 +108,8 @@ ...@@ -108,8 +108,8 @@
* *
* The OpenSSL code produces a bunch of errors related to use of * The OpenSSL code produces a bunch of errors related to use of
* non-initialized memory use. * non-initialized memory use.
* The switch/elan functions will report two blocks "possibly lost" * The switch/elan functions will report one block "possibly lost"
* (56 and 640 bytes), they are really not lost. * (640 bytes), it is really not lost.
* The _keyvalue_regex_init() function will generate two blocks "definitely * The _keyvalue_regex_init() function will generate two blocks "definitely
* lost", both of size zero. We haven't bothered to address this. * lost", both of size zero. We haven't bothered to address this.
* On some systems, pthread_create() will generated a small number of * On some systems, pthread_create() will generated a small number of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment