]> git.armaanb.net Git - chorizo.git/commitdiff
Add missing calls to gtk_widget_destroy()
authorPeter Hofmann <scm@uninformativ.de>
Sat, 14 Jun 2014 14:10:14 +0000 (16:10 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Sat, 14 Jun 2014 14:10:14 +0000 (16:10 +0200)
zea.c

diff --git a/zea.c b/zea.c
index 23cf53b8d466df940500cf76a9187e3be478e591..56fff6cf89cce9f7cd408d66c1080e95a13dd41f 100644 (file)
--- a/zea.c
+++ b/zea.c
@@ -54,6 +54,9 @@ zea_destroy_client(GtkWidget *obj, gpointer data)
        webkit_web_view_stop_loading(WEBKIT_WEB_VIEW(c->web_view));
        gtk_widget_destroy(c->web_view);
        gtk_widget_destroy(c->scroll);
+       gtk_widget_destroy(c->status);
+       gtk_widget_destroy(c->location);
+       gtk_widget_destroy(c->vbox);
        gtk_widget_destroy(c->win);
        free(c);