Browse Source

Fixed double free.

NathanSweet 11 năm trước cách đây
mục cha
commit
992ebc3706
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
 }