[Webkit-unassigned] [Bug 26922] [Qt] Valgrind shows leaks in network layer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 2 05:22:10 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26922
------- Comment #3 from hausmann at webkit.org 2009-07-02 05:22 PDT -------
It looks like the QNetworkReplyHandler isn't deleted. If you look at the
ResourceHandle destructor you can see that it will end up calling
QNetworkReplyHandler::abort() (indirectly), which in turn will issue a
deleteLater() on the QNetworkReply as well as the QNetworkReplyHandler, which
will delete it.
Does the ResourceHandle destructor get called for you?
--
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