Blocks :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
Run attached application and look at memory usage. It looks like gif is animated with some thread. And this thread have strong reference to image. Thus, when image become out of scene, one link remains ... in mentioned thread. And this prevents GC from collecting those images.
|