[Webkit-unassigned] [Bug 19596] LEAK: Gmail leaks SegmentedVector<RegisterID>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 16 22:13:47 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19596
------- Comment #4 from cwzwarich at uwaterloo.ca 2008-06-16 22:13 PDT -------
I found the problem. In the loop in SegmentedVector::grow(), the index i is
often zero, which overwrites the inline segment in m_segments. In the
destructor for SegmentedVector, the zero'th position is skipped in the deletion
loop, because it is assumed to be the inline segment.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list