[Webkit-unassigned] [Bug 25023] New: [Qt]Eliminating a leak in QNetworkReplyHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 02:49:56 PDT 2009


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

           Summary: [Qt]Eliminating a leak in QNetworkReplyHandler
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Szirbucz.Tamas at stud.u-szeged.hu
                CC: hausmann at webkit.org


We found that QNetworkReplyHandler::m_reply has never been freed in some
cases because QNetworkReplyHandler::release sets it to zero. Through that
the call of deleteLater on it in QNetworkRepyHandler is useless.
We did not see any problem when we had removed the problematic line.


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