KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Allocated memory in mobile NERF sample is never freed #947

Closed jherico closed 8 months ago

jherico commented 8 months ago

The mobile_nerf sample contains a call to stbi_load but no corresponding call to stbi_image_free.

https://github.com/KhronosGroup/Vulkan-Samples/blob/6fbdb437e2202c7b8a6f453dae017081310a0938/samples/general/mobile_nerf/mobile_nerf.cpp#L1519