Explorar el Código

Fixed double free.

NathanSweet hace 11 años
padre
commit
992ebc3706
Se han modificado 1 ficheros con 0 adiciones y 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);
 }