diff options
-rw-r--r-- | src/simpleanimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simpleanimation.cpp b/src/simpleanimation.cpp index ebe9d4688..95c03f141 100644 --- a/src/simpleanimation.cpp +++ b/src/simpleanimation.cpp @@ -227,5 +227,6 @@ void SimpleAnimation::initializeAnimation(XmlNodePtr animationNode, } } + imageset->decRef(); mInitialized = true; } |