[Webkit-unassigned] [Bug 37855] New: [Qt] cleaning up QNetworkReply

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 06:59:26 PDT 2010


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

           Summary: [Qt] cleaning up QNetworkReply
           Product: WebKit
           Version: 418.x
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: johannes.zellner at nokia.com


Regarding the documentation it is not quite clear who is when responsible to
cleanup the QNetworkReply used in the signals
QWebPage::unsupportedContent(QNetworkReply *reply); and
QWebPage::finished(QNetworkReply*)

Using "deleteLater()" on the QNetworkReply, as stated in the docs, is ok in the
SLOT connected to QWebPage::unsupportedContent(QNetworkReply *reply), but leads
to segfault if used in the SLOT connected to QWebPage::finished(QNetworkReply*)

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