mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
Fixed double free.
This commit is contained in:
parent
f1468c44e3
commit
cff77e7dea
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user