Merge pull request #939 from ammen99/master

rootston: remove mode and transform signals when output is destroyed
master
emersion 7 years ago committed by GitHub
commit 9a83e8131a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -756,6 +756,8 @@ static void output_destroy(struct roots_output *output) {
wl_list_remove(&output->link);
wl_list_remove(&output->destroy.link);
wl_list_remove(&output->mode.link);
wl_list_remove(&output->transform.link);
wl_list_remove(&output->damage_frame.link);
wl_list_remove(&output->damage_destroy.link);
free(output);

Loading…
Cancel
Save