This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2314] nss_parse_service_list leaks a tiny amount of memory


http://sourceware.org/bugzilla/show_bug.cgi?id=2314

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #9 from Ulrich Drepper <drepper.fsp at gmail dot com> 2012-02-03 20:58:24 UTC ---
These are no leaks.  This is memory which is used when the program terminates. 
Efforts to free the memory for valgrind are not free and especially for code
like nss_compat (which shouldn't be used at all) this is too much to ask.  Just
ignore.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]