mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
fixed memory leak in cfs
This commit is contained in:
@@ -31,6 +31,7 @@ void CompletlyFair::removeVGPU(VGpu* vgpu)
|
||||
if(ce.vgpu == vgpu)
|
||||
{
|
||||
_run_list.remove(ce);
|
||||
_global_gpgpu_genode->free(&ce);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user