From 8b6f1ee2ae23000afd4f31c1b91166d065aa1a72 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Tue, 2 Apr 2013 04:57:53 +0200 Subject: [PATCH] Dispose animation. --- spine-sfml/example/main.cpp | 1 + 1 file changed, 1 insertion(+) 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); }