diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-09 12:22:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 15:22:48 +0100 |
commit | ecbcaca7f3f61d621ead45c5b63562772aaa452a (patch) | |
tree | d557652b485544548c953bbc42ff5c8a8af23ba8 /animations/source/animcore | |
parent | 09b2522127a71636792967a8cb5e122b2327cd55 (diff) |
valgrind: in what planet did that make sense
Diffstat (limited to 'animations/source/animcore')
-rw-r--r-- | animations/source/animcore/animcore.cxx | 2 |
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(); } // -------------------------------------------------------------------- |