mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
Adapt low-level components to new parent interface
This patch adjusts the components of the os repository as well as device drivers to the new parent interface. Issue #2120
This commit is contained in:
committed by
Christian Helmuth
parent
cfdbccc5c2
commit
8bafb9d41b
@ -1072,7 +1072,7 @@ class Nitpicker::Root : public Genode::Root_component<Session_component>
|
||||
session->destroy_all_views();
|
||||
_mode.forget(*session);
|
||||
|
||||
destroy(md_alloc(), session);
|
||||
Genode::destroy(md_alloc(), session);
|
||||
}
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user