Skip to content

virtual-keyboard: fix wlr_virtual_keyboard_manager_v1_destroy

Simon Ser requested to merge github/fork/emersion/virtual-keyboard-destroy into master
  • Stop listening to wl_display destroy signal, fixes a segfault if the manager is destroyed prior to the display
  • Destroy resources created by the manager, fixes memory leaks if the compositor isn't using wl_display_destroy_clients

cc @dcz-purism

Merge request reports