mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
src/layers.c: remove new_popup handler on node destruction
This commit is contained in:
parent
cd645318e7
commit
c241d89c7c
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ handle_node_destroy(struct wl_listener *listener, void *data)
|
|||
wl_list_remove(&layer->map.link);
|
||||
wl_list_remove(&layer->unmap.link);
|
||||
wl_list_remove(&layer->surface_commit.link);
|
||||
wl_list_remove(&layer->new_popup.link);
|
||||
wl_list_remove(&layer->output_destroy.link);
|
||||
wl_list_remove(&layer->node_destroy.link);
|
||||
free(layer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue