mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-06-20 14:12:42 +00:00
NULL out decoration on destroy
This commit is contained in:
@@ -1242,7 +1242,7 @@ void
|
||||
destroydecoration(struct wl_listener *listener, void *data)
|
||||
{
|
||||
Client *c = wl_container_of(listener, c, destroy_decoration);
|
||||
c->decoration == NULL;
|
||||
c->decoration = NULL;
|
||||
|
||||
wl_list_remove(&c->destroy_decoration.link);
|
||||
wl_list_remove(&c->set_decoration_mode.link);
|
||||
|
||||
Reference in New Issue
Block a user