ソースを参照

Fixed double free.

NathanSweet 11 年 前
コミット
992ebc3706
1 ファイル変更0 行追加1 行削除
  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);
 }