removing the correct listener
This commit is contained in:
parent
955b75ef23
commit
11740072a5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ output_destroy_nofity(struct wl_listener *listener, void *data)
|
||||||
|
|
||||||
wl_list_remove(&output->link);
|
wl_list_remove(&output->link);
|
||||||
wl_list_remove(&output->frame.link);
|
wl_list_remove(&output->frame.link);
|
||||||
wl_list_remove(&output->frame.link);
|
wl_list_remove(&output->destroy.link);
|
||||||
|
|
||||||
free(output);
|
free(output);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue