Re: [Cppcms-users] memory leaks in hello_world
Brought to you by:
artyom-beilis
|
From: Klaim - J. L. <mj...@gm...> - 2013-06-30 21:56:16
|
On Mon, Jun 24, 2013 at 9:23 PM, Artyom Beilis <art...@ya...> wrote: > I recall that issue was discussed before. > > It is not "leak" it is reachable code - there are some global object using > locale that destroyed after main. > > So they are not actual leak. > > See: http://comments.gmane.org/gmane.comp.lib.boost.devel/239199 > It's still a problem as it's noise in reports from leak detectors, which might or might not be important depending on the kind of project. In my current projects, I can't allow this kind of leaking (which would be ok in other contexts, I agree). Joel Lamotte |