summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-09 12:22:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-20 15:22:48 +0100
commitecbcaca7f3f61d621ead45c5b63562772aaa452a (patch)
treed557652b485544548c953bbc42ff5c8a8af23ba8 /animations
parent09b2522127a71636792967a8cb5e122b2327cd55 (diff)
valgrind: in what planet did that make sense
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx2
1 files changed, 1 insertions, 1 deletions
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();
}
// --------------------------------------------------------------------