alexiscreuzot / SwiftyGif

High performance GIF engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak associated with stopAnimatingGif()

JK0369 opened this issue · comments

If I try to dealloc the view while calling stopAnimatingGif(), a memory leak occurs.

There is a phenomenon in which memory is deallocated only when startAnimatingGif() is executed.

What is the problem? Could it be related to the isPlaying property used internally?