Krisiacik / ImageViewer

An image viewer à la Twitter
MIT License
2.53k stars 385 forks source link

Memory Leak #203

Closed Pigarciag closed 5 years ago

Pigarciag commented 5 years ago

I've used this library as part of a bigger project, but i've found problems regarding memory leaks. Once you open an image or a gallery the images remain loaded in memory. As the user navigates through the galleries the memory keeps increasing and never decreases.

JeromeTW commented 5 years ago

I have the same problem.

JeromeTW commented 5 years ago

@Pigarciag How did you fix it?