Bläddra i källkod

Fixed double free.

NathanSweet 11 år sedan
förälder
incheckning
992ebc3706
1 ändrade filer med 0 tillägg och 1 borttagningar
  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);
 }