[Webkit-unassigned] [Bug 121662] New: BitVector::OutOfLineBits is always reported as a leak
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 20 01:01:07 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121662
Summary: BitVector::OutOfLineBits is always reported as a leak
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
CC: mrowe at apple.com, andersca at apple.com,
benjamin at webkit.org, akling at apple.com,
fpizlo at apple.com
BitVector::m_bitsOrPointer stores a transmogrified OutOfLineBits pointer, so it's always reported as a leak:
m_bitsOrPointer = bitwise_cast<uintptr_t>(newOutOfLineBits) >> 1;
--
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