mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 10:16:54 +08:00
Fixed double free.
This commit is contained in:
parent
104b79379f
commit
992ebc3706
@ -56,5 +56,4 @@ void _spAttachment_deinit (spAttachment* self) {
|
|||||||
|
|
||||||
void spAttachment_dispose (spAttachment* self) {
|
void spAttachment_dispose (spAttachment* self) {
|
||||||
VTABLE(spAttachment, self) ->dispose(self);
|
VTABLE(spAttachment, self) ->dispose(self);
|
||||||
FREE(self);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user