From: Enno Boland (tox) Date: Tue, 20 Oct 2009 18:58:18 +0000 (+0200) Subject: small fix X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=60dd7545d3ff693d159eef10d0645245c494c35f small fix --- diff --git a/surf.c b/surf.c index 5d2a30d..934694e 100644 --- a/surf.c +++ b/surf.c @@ -237,6 +237,7 @@ destroyclient(Client *c) { gtk_widget_destroy(c->uribar); gtk_widget_destroy(c->searchbar); gtk_widget_destroy(c->vbox); + gtk_widget_destroy(c->indicator); gtk_widget_destroy(c->win); for(i = 0; i < LENGTH(items); i++) gtk_widget_destroy(c->items[i]);