mirror of
https://github.com/NickHu/sway
synced 2025-01-28 07:58:22 +01:00
Fix drag icon map listener not removed
This commit is contained in:
parent
a1e171080d
commit
59f2056022
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ static void drag_icon_handle_destroy(struct wl_listener *listener, void *data) {
|
|||
wl_list_remove(&icon->link);
|
||||
wl_list_remove(&icon->surface_commit.link);
|
||||
wl_list_remove(&icon->unmap.link);
|
||||
wl_list_remove(&icon->map.link);
|
||||
wl_list_remove(&icon->destroy.link);
|
||||
free(icon);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue