base: free up all meta-data of trace subjects

Issue #2638
This commit is contained in:
Alexander Boettcher 2018-01-09 13:53:43 +01:00 committed by Norman Feske
parent 26f65f4996
commit 9fc4ee5f6c

View File

@ -134,7 +134,7 @@ Dataspace_capability Session_component::buffer(Subject_id subject_id)
void Session_component::free(Subject_id subject_id)
{
size_t released_ram = _subjects.lookup_by_id(subject_id)->release();
size_t const released_ram = _subjects.release(subject_id);
_md_alloc.upgrade(released_ram);
}