small fix
This commit is contained in:
parent
c38404fd0b
commit
60dd7545d3
1 changed files with 1 additions and 0 deletions
1
surf.c
1
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]);
|
||||
|
|
Loading…
Reference in a new issue