mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Revert "layers: arrange layers on destroy"
This reverts commit 7bf08af210.
This commit is contained in:
parent
d1f7d3a320
commit
cc0fe78ceb
3 changed files with 4 additions and 23 deletions
|
|
@ -11,7 +11,7 @@ descriptor_destroy(struct node_descriptor *node_descriptor)
|
|||
return;
|
||||
}
|
||||
wl_list_remove(&node_descriptor->destroy.link);
|
||||
zfree(node_descriptor);
|
||||
free(node_descriptor);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue