mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
parent
8b09418e56
commit
ecb6947f9c
@ -83,8 +83,8 @@ namespace Noux {
|
||||
|
||||
~Rm_session_component()
|
||||
{
|
||||
Region *curr = 0;
|
||||
for (; curr; curr = curr->next())
|
||||
Region *curr;
|
||||
while ((curr = _regions.first()))
|
||||
detach(curr->local_addr);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user