http://codereview.chromium.org/549221/diff/9001/9002 File src/codegen-inl.h (right):
http://codereview.chromium.org/549221/diff/9001/9002#newcode75 src/codegen-inl.h:75: Vector<char> buffer = Vector<char>::New(num_alloc); You need to deallocate this dynamically allocated vector somewhere. http://codereview.chromium.org/549221 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
