aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2024-09-07 21:22:40 +0200
committerLeonardo Hernández <leohdz172@proton.me>2024-09-12 04:33:19 +0000
commit8206cc8889994b3e9ce3c50abefc19367cf49a8e (patch)
treecd007d0baf391f7fb5be4e3f1c51e2ea69c0b95f
parent54f207839f686a44918cfc581b15ff153215ee9c (diff)
downloaddwl-8206cc8889994b3e9ce3c50abefc19367cf49a8e.tar.gz
fix a use after free
This line makes dwl crash after closing mpv with the switchtotag patch.
-rw-r--r--dwl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 9021e44..dc0c861 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1171,7 +1171,6 @@ void
destroydecoration(struct wl_listener *listener, void *data)
{
Client *c = wl_container_of(listener, c, destroy_decoration);
- c->decoration = NULL;
wl_list_remove(&c->destroy_decoration.link);
wl_list_remove(&c->set_decoration_mode.link);