diff --git a/spine-sfml/example/main.cpp b/spine-sfml/example/main.cpp index c3ff7b160..5cb4341b4 100644 --- a/spine-sfml/example/main.cpp +++ b/spine-sfml/example/main.cpp @@ -66,6 +66,7 @@ int main () { Skeleton_updateWorldTransform(skeleton); } + Animation_dispose(animation); SkeletonData_dispose(skeletonData); Atlas_dispose(atlas); }