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
104b79379f
commit
992ebc3706
@ -56,5 +56,4 @@ void _spAttachment_deinit (spAttachment* self) {
|
||||
|
||||
void spAttachment_dispose (spAttachment* self) {
|
||||
VTABLE(spAttachment, self) ->dispose(self);
|
||||
FREE(self);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user