mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
parent
45cebd774d
commit
7a2826a2fe
@ -282,10 +282,10 @@ void Heap::free(void *addr, size_t)
|
||||
return;
|
||||
}
|
||||
|
||||
_quota_used -= ds->size;
|
||||
|
||||
_ds_pool.remove_and_free(*ds);
|
||||
_alloc->free(ds);
|
||||
|
||||
_quota_used -= ds->size;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user