Closed jherico closed 8 months ago
The mobile_nerf sample contains a call to stbi_load but no corresponding call to stbi_image_free.
stbi_load
stbi_image_free
https://github.com/KhronosGroup/Vulkan-Samples/blob/6fbdb437e2202c7b8a6f453dae017081310a0938/samples/general/mobile_nerf/mobile_nerf.cpp#L1519
The mobile_nerf sample contains a call to
stbi_load
but no corresponding call tostbi_image_free
.https://github.com/KhronosGroup/Vulkan-Samples/blob/6fbdb437e2202c7b8a6f453dae017081310a0938/samples/general/mobile_nerf/mobile_nerf.cpp#L1519