mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user