NathanSweet 11 жил өмнө
parent
commit
cff77e7dea

+ 0 - 1
spine-c/src/spine/AnimationState.c

@@ -213,7 +213,6 @@ void spAnimationState_clearTrack (spAnimationState* self, int trackIndex) {
 
 	self->tracks[trackIndex] = 0;
 
-	if (current->previous) internal->disposeTrackEntry(current->previous);
 	_spAnimationState_disposeAllEntries(self, current);
 }