Selaa lähdekoodia

Fixed double free.

NathanSweet 11 vuotta sitten
vanhempi
commit
992ebc3706
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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);
 }