[Webkit-unassigned] [Bug 30167] [Qt] Memory leak caught in WebCore/platform/network/qt/QNetworkReplyHandler.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 10:56:38 PDT 2009


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





--- Comment #6 from Chang Shu <Chang.Shu at nokia.com>  2009-10-22 10:56:38 PDT ---
(In reply to comment #5)
> What sort of problems did the other patch cause?  Can we test those problems
> with a unit test/layout test?

If m_reply is NOT unhooked from QNetworkReplyHandler in release() function, it
may reference QNetworkReplyHandler after the latter is deleted. This is the
problem of the first patch. Not sure how to come up with a test case... It's
related to download.

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