Hi,

attached a fix, that reverts one line of commit 
http://gitorious.org/rekonq/mainline/commit/2fc4da5614113a8a184f6bdd05185cc875d9ce27

Usually the reply should be cleaned up as it is done with this commit, but it 
seems the reply is used afterwards within Webkit.
The Qt demo browser does also no cleanup in the SLOT connected to the 
"finished()" signal.

I will also file a bug in webkit, to clarify who and when the reply should be 
cleaned up.

Regards,
Johannes
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 2b2957f..3bca92f 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -374,8 +374,6 @@ void WebPage::manageNetworkErrors(QNetworkReply *reply)
         break;
 
     }
-    
-    reply->deleteLater();
 }
 
 
_______________________________________________
rekonq mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/rekonq

Reply via email to