|
From: Tom H. <th...@cy...> - 2004-08-06 13:31:20
|
In message <Pin...@he...>
Nicholas Nethercote <nj...@ca...> wrote:
> Valgrind has a small memory leak in its libpthread.so implementation.
> I think it might leak 200 bytes per call to pthread_key_create(), but
> I'm not certain of the details. Does your program call this function
> often?
It only leaks one lot of 200 bytes for the whole program actually. As
those 200 bytes belong to the main thread they could only be freed at
program exit anyway, so it isn't a major problem.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|