[Zion] Remove all capabilities on process cleanup.
This commit is contained in:
parent
430dc36728
commit
e50d3f8abc
3 changed files with 14 additions and 1 deletions
|
|
@ -98,7 +98,8 @@ void Process::Cleanup() {
|
|||
}
|
||||
}
|
||||
|
||||
// 2. Release all capabailities. TODO
|
||||
// 2. Release all capabailities.
|
||||
caps_.ReleaseAll();
|
||||
|
||||
// 3. Unmap all user memory. TODO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue