mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
v3dv: plug leak when destroying device
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:
parent
e6a7d88b53
commit
3b8aeb7f50
1 changed files with 1 additions and 1 deletions
|
|
@ -966,8 +966,8 @@ v3dv_DestroyDevice(VkDevice _device,
|
||||||
const VkAllocationCallbacks *pAllocator)
|
const VkAllocationCallbacks *pAllocator)
|
||||||
{
|
{
|
||||||
V3DV_FROM_HANDLE(v3dv_device, device, _device);
|
V3DV_FROM_HANDLE(v3dv_device, device, _device);
|
||||||
|
|
||||||
queue_finish(&device->queue);
|
queue_finish(&device->queue);
|
||||||
|
vk_free2(&default_alloc, pAllocator, device);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue