fixed memory leak in cfs

This commit is contained in:
Marcel Lütke Dreimann
2023-01-10 11:10:01 +01:00
parent 9b15985a52
commit b623371208

View File

@@ -31,6 +31,7 @@ void CompletlyFair::removeVGPU(VGpu* vgpu)
if(ce.vgpu == vgpu)
{
_run_list.remove(ce);
_global_gpgpu_genode->free(&ce);
}
});
}