wm: free window id on destroy_view

Issue #5048
This commit is contained in:
Alexander Boettcher 2023-11-03 20:24:12 +01:00 committed by Christian Helmuth
parent cb10fe1d77
commit ff740e300a

View File

@ -237,6 +237,8 @@ class Wm::Window_registry
_windows.remove(win);
_window_ids.free(win->id().value);
Genode::destroy(&_alloc, win);
_report_updated_window_list_model();