Re: [Cppcms-users] memory leaks in hello_world
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-06-24 19:23:50
|
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 Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Karsten Ahnert <kar...@go...> >To: cpp...@li... >Sent: Thursday, June 20, 2013 11:49 AM >Subject: [Cppcms-users] memory leaks in hello_world > > >Hi, > >I run the Hello World application of the current cppcms with valgrind. >After stopping the application with sending SIGTERM valgrind reports >that 18k have not been correctly destroyed. Most of these blocks are >related to ICU. Is there anything I can do to cleanup memory correctly? > >Best regards, > >Karsten > > >------------------------------------------------------------------------------ >This SF.net email is sponsored by Windows: > >Build for Windows Store. > >http://p.sf.net/sfu/windows-dev2dev >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |