NathanSweet 12 роки тому
батько
коміт
8b6f1ee2ae
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      spine-sfml/example/main.cpp

+ 1 - 0
spine-sfml/example/main.cpp

@@ -66,6 +66,7 @@ int main () {
 		Skeleton_updateWorldTransform(skeleton);
 	}
 
+	Animation_dispose(animation);
 	SkeletonData_dispose(skeletonData);
 	Atlas_dispose(atlas);
 }