http://codereview.chromium.org/173060/diff/5/6 File src/global-handles.cc (right):
http://codereview.chromium.org/173060/diff/5/6#newcode162 Line 162: set_first_free(NULL); Doesn't this leak the nodes on the free list? Shouldn't you traverse the free list and free the nodes before you set first free to NULL? http://codereview.chromium.org/173060 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
