BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

Memory Leak #328

Open fazal-e-majid opened 2 years ago

fazal-e-majid commented 2 years ago

Every time I select an image and send it to the next screen where I render it with a few filters in RenderView, the memory increases, specifically the Framebuffer. And when I come back to previous screen half of the memory is released. I guess I should not have these objects in memory when I go back to previous screen but I've them in memory. Please take a look at screenshot attached and let me know if this is just fine or there is some memory leak ? Thank You.

Screenshot 2021-09-12 at 12 14 53 AM