mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 20:45:35 +00:00
The plugin used to close file handles via the 'vfs_env.root_dir.close'. However, this lead to resource leaks and apparently isn't the right way to do it. Other VFS plugins do it by calling 'close' directly on the handle and doing it in the trust anchor plugin also, fixes the leaks. Ref #4032