summaryrefslogtreecommitdiff
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
commit9390a942e28b1fae63258b1d7304b0f92964446b (patch)
tree309fbacccdbbf9b3c0c26db5bae9f86329bc732f
parent4c14cb3139b231b054627e334e9f2d323e790b99 (diff)
valgrind: in what planet did that make sense
-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 693c8d33d..debcd4887 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -746,3 +746,3 @@ void SAL_CALL AnimationNode::release( ) throw ()
{
- OWeakObject::acquire();
+ OWeakObject::release();
}