Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: Remove recycle operation on finalize method, this line due to cr…
Browse files Browse the repository at this point in the history
…ash on some devices.
  • Loading branch information
崔 明辉 committed May 15, 2019
1 parent 5c24898 commit a0c5a79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class SVGAVideoEntity {
protected fun finalize() {
this.soundPool?.release()
this.soundPool = null
this.images.forEach { it.value.recycle() }
this.images.clear()
}

Expand Down

0 comments on commit a0c5a79

Please sign in to comment.