Updates:
        Status: WontFix

Comment #3 on issue 9440 by [email protected]: Mem leak in test_shell_tests
http://code.google.com/p/chromium/issues/detail?id=9440

Yeah, this is an intentional leak, there is a comment about it in the  
source code
(flags.cc).  It is a really minor deal, when you set the command line flags  
via a
string at runtime, a copy is leaked so that global string flags can point  
into it,
etc.  It is happening in this test because it causes SetFlagsFromString to  
be called.

13 bytes, lost in the wind.

Marking as WontFix because it isn't worth changing V8, just suppress the  
warning.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to