Skip to content

Commit

Permalink
Added Destruction of the Animation as dicussed in Issue: kbroulik#1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVogelpohl committed Feb 18, 2019
1 parent a338b07 commit 84c1888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qml/LottieAnimation.qml
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,7 @@ Item {
// does nothing
}
}

Component.onDestruction:
d.destroyAnimation()
}

0 comments on commit 84c1888

Please sign in to comment.