mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
7182c10c90
commit
2778debc29
@@ -236,6 +236,9 @@ class Ram_fs::Session_component : public File_system::Session_rpc_object
|
||||
*/
|
||||
~Session_component()
|
||||
{
|
||||
while (_open_node_registry.apply_any<Open_node>([&] (Open_node &node) {
|
||||
destroy(_alloc, &node); })) { }
|
||||
|
||||
Dataspace_capability ds = tx_sink()->dataspace();
|
||||
_ram.free(static_cap_cast<Ram_dataspace>(ds));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user