diff --git a/dwl.c b/dwl.c index f139bf6..4911905 100644 --- a/dwl.c +++ b/dwl.c @@ -653,6 +653,7 @@ 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); + wl_list_remove(&c->fullscreen.link); #ifdef XWAYLAND if (c->type == X11Managed) wl_list_remove(&c->activate.link);