[webkit-reviews] review granted: [Bug 81055] Heap::destroy leaks CopiedSpace : [Attachment 131766] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 12:39:57 PDT 2012


Geoffrey Garen <ggaren at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 81055: Heap::destroy leaks CopiedSpace
https://bugs.webkit.org/show_bug.cgi?id=81055

Attachment 131766: Patch
https://bugs.webkit.org/attachment.cgi?id=131766&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=131766&action=review


> Source/JavaScriptCore/heap/Heap.cpp:383
> +    m_storageSpace.destroy();

This should move above the size() ASSERT.


More information about the webkit-reviews mailing list