diff --git a/library/src/main/java/com/opensource/svgaplayer/SVGAVideoEntity.kt b/library/src/main/java/com/opensource/svgaplayer/SVGAVideoEntity.kt index 3220b845..6f4a97c2 100644 --- a/library/src/main/java/com/opensource/svgaplayer/SVGAVideoEntity.kt +++ b/library/src/main/java/com/opensource/svgaplayer/SVGAVideoEntity.kt @@ -25,7 +25,6 @@ class SVGAVideoEntity { protected fun finalize() { this.soundPool?.release() this.soundPool = null - this.images.forEach { it.value.recycle() } this.images.clear() }