mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Don't deallocate invalid cap
SC slot is unused here.
This commit is contained in:
committed by
Norman Feske
parent
33334b4f4b
commit
2a3b0d72b3
@@ -49,7 +49,6 @@ void Thread_base::_init_platform_thread()
|
||||
|
||||
void Thread_base::_deinit_platform_thread()
|
||||
{
|
||||
unmap_local(Nova::Obj_crd(_tid.sc_sel, 0));
|
||||
unmap_local(Nova::Obj_crd(_tid.ec_sel, 0));
|
||||
unmap_local(Nova::Obj_crd(_tid.rs_sel, 0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user