StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
1.99k stars 367 forks source link

Fixes memory leak in Image.cpp #28

Closed julianjany closed 1 year ago

julianjany commented 1 year ago

I seem to have found a memory-leak that occurs when an image is loaded from disk.

DerDunkelheit commented 1 year ago

I had the same problem and made the same fix in my project. Definitely good pull request, +1 from me

sambalika commented 1 year ago

I seem to have found a memory-leak that occurs when an image is loaded from disk.

I had the same issue, thanks for the fix it helped me! 👍