Merge pull request #29 from alex-courtis/tidy-activate-notify

tidy activate notify resource
This commit is contained in:
Devin J. Pohly 2020-07-29 08:09:46 -04:00 committed by GitHub
commit 4e9396d9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
dwl.c
View File

@ -628,6 +628,8 @@ destroynotify(struct wl_listener *listener, void *data)
wl_list_remove(&c->map.link);
wl_list_remove(&c->unmap.link);
wl_list_remove(&c->destroy.link);
if (c->type == X11Managed)
wl_list_remove(&c->activate.link);
free(c);
}