alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
646 stars 119 forks source link

Memory leak and retain cycles #4

Closed almatri closed 7 years ago

almatri commented 7 years ago

When the photosViewController is presented and then dismissed and then presented again many times it keep retain cycles and leaks in memory as shown below

From the second time it is presented and so on it keep leaking memory

screen shot 2017-08-03 at 4 00 44 pm

alexhillc commented 7 years ago

Hi @almatri, thanks for the report. I'll take a look at it later today.