Adding nibbles patch
[surf.git] / surf.c
diff --git a/surf.c b/surf.c
index b2e7f20..79ca9c9 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -211,6 +211,7 @@ void
 destroyclient(Client *c) {
        Client *p;
 
+       webkit_web_view_stop_loading(c->view);
        gtk_widget_destroy(c->indicator);
        gtk_widget_destroy(GTK_WIDGET(c->view));
        gtk_widget_destroy(c->scroll);