diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-23 14:18:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-23 14:18:41 +0100 |
commit | c5d488bf8cd4762c6bb506c00bb525da60e2b733 (patch) | |
tree | d00e7dbe0c28b82f8834a472c759ca1a420e6c41 /svtools/qa/unit | |
parent | c4bd29e56b4b72ff0538533889c7cbaf358f27ee (diff) |
Missing dispose
Change-Id: If050113552ce331252b3046830a5583c66729531
Diffstat (limited to 'svtools/qa/unit')
-rw-r--r-- | svtools/qa/unit/GraphicObjectTest.cxx | 2 |
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); |