summaryrefslogtreecommitdiff
path: root/salhelper/qa/test_api.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/qa/test_api.cxx')
-rw-r--r--salhelper/qa/test_api.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/salhelper/qa/test_api.cxx b/salhelper/qa/test_api.cxx
index afddab10c204..15c779fd4dde 100644
--- a/salhelper/qa/test_api.cxx
+++ b/salhelper/qa/test_api.cxx
@@ -207,6 +207,7 @@ void Test::testSimpleReferenceObject() {
delete static_cast< DerivedSimpleReferenceObject * >(p);
throw;
}
+ delete static_cast< DerivedSimpleReferenceObject * >(p);
}
void Test::testDerivedCondition() {