mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
server: free() in correct order
This commit is contained in:
parent
93145ebc2a
commit
c8040e4d3b
2 changed files with 2 additions and 9 deletions
|
|
@ -380,6 +380,7 @@ output_destroy_notify(struct wl_listener *listener, void *data)
|
|||
wl_list_remove(&output->link);
|
||||
wl_list_remove(&output->frame.link);
|
||||
wl_list_remove(&output->destroy.link);
|
||||
free(output);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue