[webkit-reviews] review requested: [Bug 28029] Fix DOM Storage memory leak : [Attachment 34185] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 15:16:00 PDT 2009


Jeremy Orlow <jorlow at chromium.org> has asked  for review:
Bug 28029: Fix DOM Storage memory leak
https://bugs.webkit.org/show_bug.cgi?id=28029

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

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
Forgot to use adoptRef in one place.  This caused the = operator to increment
the ref count when it should have just left it as is.  The result of this was
that StorageAreaImpl's were never being freed.


More information about the webkit-reviews mailing list