Fixed double free.

This commit is contained in:
NathanSweet 2014-05-21 10:11:57 +02:00
parent f1468c44e3
commit cff77e7dea

View File

@ -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);
}