From ecbcaca7f3f61d621ead45c5b63562772aaa452a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 9 May 2011 12:22:19 +0100 Subject: valgrind: in what planet did that make sense --- animations/source/animcore/animcore.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animations') diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 2e3d192adf19..3d7902ce89e8 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -744,7 +744,7 @@ void SAL_CALL AnimationNode::acquire( ) throw () // XInterface void SAL_CALL AnimationNode::release( ) throw () { - OWeakObject::acquire(); + OWeakObject::release(); } // -------------------------------------------------------------------- -- cgit