Explorar o código

Fixed double free.

NathanSweet %!s(int64=11) %!d(string=hai) anos
pai
achega
992ebc3706
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      spine-c/src/spine/Attachment.c

+ 0 - 1
spine-c/src/spine/Attachment.c

@@ -56,5 +56,4 @@ void _spAttachment_deinit (spAttachment* self) {
 
 void spAttachment_dispose (spAttachment* self) {
 	VTABLE(spAttachment, self) ->dispose(self);
-	FREE(self);
 }