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