diff -r 443d52b01c62 -r df65ec4f2d28 svgtopt/SVG/SVGImpl/src/SVGAnimationElementImpl.cpp --- a/svgtopt/SVG/SVGImpl/src/SVGAnimationElementImpl.cpp Fri Apr 16 15:55:53 2010 +0300 +++ b/svgtopt/SVG/SVGImpl/src/SVGAnimationElementImpl.cpp Mon May 03 13:22:17 2010 +0300 @@ -473,6 +473,9 @@ // void CSvgAnimationElementImpl::RemoveEventListener() { + if ( !iMyAnimationElementList ) + return; + FindAllAnimationElements( (CSvgElementImpl* )this, iMyAnimationElementList ); // Remove event listening for every animation elements that are child of