summaryrefslogtreecommitdiff
path: root/src/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.c')
-rw-r--r--src/group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/group.c b/src/group.c
index 3e637aa..ab95d2f 100644
--- a/src/group.c
+++ b/src/group.c
@@ -289,7 +289,6 @@ group_del_window (rp_group *g, rp_window *win)
{
if (cur->win == win)
{
- numset_release (g->numset, cur->number);
list_del (&cur->node);
free (cur);
}