mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
func output_destroy_notify add free
This commit is contained in:
parent
0b0e438adb
commit
46fb3c3dec
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,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