mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
Fixed crash.
This commit is contained in:
parent
3e9385271b
commit
146a456beb
@ -51,9 +51,9 @@ void Skeleton_dispose (Skeleton* this) {
|
|||||||
Bone_dispose(this->bones[i]);
|
Bone_dispose(this->bones[i]);
|
||||||
FREE(this->bones)
|
FREE(this->bones)
|
||||||
|
|
||||||
FREE(this->slots)
|
|
||||||
for (i = 0; i < this->slotCount; ++i)
|
for (i = 0; i < this->slotCount; ++i)
|
||||||
Slot_dispose(this->slots[i]);
|
Slot_dispose(this->slots[i]);
|
||||||
|
FREE(this->slots)
|
||||||
|
|
||||||
FREE(this->drawOrder)
|
FREE(this->drawOrder)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user