summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/qa/test-sorted_vector.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3tl/qa/test-sorted_vector.cxx b/o3tl/qa/test-sorted_vector.cxx
index e3803557b787..059c1bad208b 100644
--- a/o3tl/qa/test-sorted_vector.cxx
+++ b/o3tl/qa/test-sorted_vector.cxx
@@ -193,6 +193,8 @@ public:
CPPUNIT_ASSERT( aVec.size() == 3 );
aVec.DeleteAndDestroyAll();
+ delete p2;
+ delete p4;
}
void testErase_FindPtr()