Comment #1 on issue 275 by daniel.r.kegel: Possible leak in flag parsing
http://code.google.com/p/v8/issues/detail?id=275

flags.cc says:

494   // don't delete copy0 since the substrings
495   // may be pointed to by FLAG variables!
496   // (this is a memory leak, but it's minor since this
497   // code is only used for debugging, or perhaps once
498   // during initialization).

so this should be suppressed for now, I suppose.  I'm seeing the
same thing in the chromium valgrind builder, and will suppress it there.

--
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

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to