[Webkit-unassigned] [Bug 28029] New: Fix DOM Storage memory leak

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


https://bugs.webkit.org/show_bug.cgi?id=28029

           Summary: Fix DOM Storage memory leak
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jorlow at chromium.org
                CC: fishd at chromium.org



Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34185|                            |review?
               Flag|                            |


Created an attachment (id=34185)
 --> (https://bugs.webkit.org/attachment.cgi?id=34185)
Patch v1

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list