summaryrefslogtreecommitdiff
path: root/svtools/qa/unit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-23 14:18:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-23 14:18:41 +0100
commitc5d488bf8cd4762c6bb506c00bb525da60e2b733 (patch)
treed00e7dbe0c28b82f8834a472c759ca1a420e6c41 /svtools/qa/unit
parentc4bd29e56b4b72ff0538533889c7cbaf358f27ee (diff)
Missing dispose
Change-Id: If050113552ce331252b3046830a5583c66729531
Diffstat (limited to 'svtools/qa/unit')
-rw-r--r--svtools/qa/unit/GraphicObjectTest.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx
index cc73b5c8f97f..036df77b8367 100644
--- a/svtools/qa/unit/GraphicObjectTest.cxx
+++ b/svtools/qa/unit/GraphicObjectTest.cxx
@@ -303,6 +303,8 @@ void GraphicObjectTest::testTdf88935()
CPPUNIT_ASSERT(!pGraphObj1->IsSwappedOut());
CPPUNIT_ASSERT(!pGraphObj2->IsSwappedOut());
}
+
+ xComponent->dispose();
}
CPPUNIT_TEST_SUITE_REGISTRATION(GraphicObjectTest);