
12 Jul
2006
12 Jul
'06
4:12 p.m.
"Sean Huang" <huangsean@hotmail.com> wrote in message news:BAY102-DAV42B46F66FCF9B453BD5E3A3680@phx.gbl...
These are actually false memory leaks. The memory blocks allocated by boost::thread_specific_ptr will be released after the "memory leak" report. On the other hand, boost::test might want to change the default to not report the memory leaks.
It make sense to report memory leaks by default. In case if used prefer the opposite, one could use either CLA or environment variable to configure this behavior. Gennadiy