mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
parent
7f092be94c
commit
9c278d6b8f
@ -322,6 +322,10 @@ class Plugin : public Libc::Plugin
|
||||
}
|
||||
|
||||
file_system()->close(context(fd)->node_handle());
|
||||
|
||||
Genode::destroy(Genode::env()->heap(), context(fd));
|
||||
Libc::file_descriptor_allocator()->free(fd);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user