[Webkit-unassigned] [Bug 6096] REGRESSION: UStrings? leaking on Tip Of Tree...

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Dec 19 14:18:40 PST 2005


http://bugzilla.opendarwin.org/show_bug.cgi?id=6096


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com




------- Additional Comments From darin at apple.com  2005-12-19 14:18 -------
Not sure if it's the cause of this, but I did find a leak by code inspection. It's in this function:

    RefPtr<T>& RefPtr<T>::operator=(PassRefPtr<T>&)

The function calls release(), which gives you a pointer with a ref, but then calls ref again on the pointer.

-- 
Configure bugmail: http://bugzilla.opendarwin.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