KhronosGroup / MoltenVK

MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry-standard Vulkan graphics and compute API over Apple's Metal graphics framework, enabling Vulkan applications to run on macOS, iOS and tvOS.
Apache License 2.0
4.63k stars 402 forks source link

Fix memory leak in vkQueueWaitIdle #2225

Closed ulowen closed 2 months ago

ulowen commented 2 months ago

There was a missing autorelease pool. Fixes #2223.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.