mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 09:39:13 +00:00
plugins/amdgpu: Free buffer object container
Free the buffer object container upon successful dump. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
This commit is contained in:
parent
3c07837bad
commit
3797ff9d39
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ static void free_e(CriuRenderNode *e)
|
|||
if (e->bo_entries[i])
|
||||
xfree(e->bo_entries[i]);
|
||||
}
|
||||
xfree(e->bo_entries);
|
||||
|
||||
xfree(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue