mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
v3dv: Destroy the device mutex on the teardown path
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15704>
This commit is contained in:
parent
30191fd9df
commit
32527f3ccc
1 changed files with 1 additions and 0 deletions
|
|
@ -1998,6 +1998,7 @@ v3dv_CreateDevice(VkPhysicalDevice physicalDevice,
|
|||
|
||||
fail:
|
||||
destroy_device_syncs(device, physical_device->render_fd);
|
||||
mtx_destroy(&device->mutex);
|
||||
vk_device_finish(&device->vk);
|
||||
vk_free(&device->vk.alloc, device);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue