--- AnimationEngine.java (revision 748479) +++ AnimationEngine.java (working copy) @@ -236,6 +236,8 @@ sandwich.lowestAnimation = null; sandwich.shouldUpdate = true; } + animations.remove(anim); + targets.remove(animInfo.target); // } finally { org.apache.batik.anim.timing.Trace.exit(); } }