mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-25 21:58:31 +01:00
Fix double free when unmapping any view
This commit is contained in:
parent
932d6ee0d4
commit
2115ebe39d
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ static void server_decoration_handle_destroy(struct wl_listener *listener,
|
|||
wl_list_remove(&deco->destroy.link);
|
||||
wl_list_remove(&deco->mode.link);
|
||||
wl_list_remove(&deco->link);
|
||||
free(deco->wlr_server_decoration);
|
||||
free(deco);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue