These are the methods i've been using for ages:
skeleton.setBonesToSetupPose();
skeleton.setSlotsToSetupPose();
Yesterday I got a bug in my game and I found out I should also be clearing the track entries.skeleton.setSlotsToSetupPose();
animationState.clearTracks();
Is there any other step involved that I'm missing?