diff options
author | Guido Cella <guido@guidocella.xyz> | 2024-09-07 21:22:40 +0200 |
---|---|---|
committer | Leonardo Hernández <leohdz172@proton.me> | 2024-09-12 04:33:19 +0000 |
commit | 8206cc8889994b3e9ce3c50abefc19367cf49a8e (patch) | |
tree | cd007d0baf391f7fb5be4e3f1c51e2ea69c0b95f | |
parent | 54f207839f686a44918cfc581b15ff153215ee9c (diff) | |
download | dwl-8206cc8889994b3e9ce3c50abefc19367cf49a8e.tar.gz |
fix a use after free
This line makes dwl crash after closing mpv with the switchtotag patch.
-rw-r--r-- | dwl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |