[Webkit-unassigned] [Bug 71260] New: Leaks seen in RenderFlowThread::setRegionRangeForBox on Leaks bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 17:58:24 PDT 2011


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

           Summary: Leaks seen in RenderFlowThread::setRegionRangeForBox
                    on Leaks bot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://build.webkit.org/LeaksViewer/?url=http%3A%2F%2F
                    build.webkit.org%2F%2Fresults%2FSnowLeopard%20Intel%20
                    Leaks%2Fr98879%20(19849)%2F
        OS/Version: All
            Status: NEW
          Keywords: MakingBotsRed
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: hyatt at apple.com, mitz at webkit.org,
                    simon.fraser at apple.com,
                    webkit-bug-importer at group.apple.com


http://build.webkit.org/LeaksViewer/?url=http%3A%2F%2Fbuild.webkit.org%2F%2Fresults%2FSnowLeopard%20Intel%20Leaks%2Fr98879%20(19849)%2F

malloc_zone_malloc > malloc > fastMalloc > RenderFlowThread::setRegionRangeForBox

We're leaking in this function. Looks like we're allocating a new RenderRegionRange, storing it in a HashMap, and never deleting it.

-- 
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