Kaydet (Commit) c5d488bf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing dispose

Change-Id: If050113552ce331252b3046830a5583c66729531
üst c4bd29e5
...@@ -303,6 +303,8 @@ void GraphicObjectTest::testTdf88935() ...@@ -303,6 +303,8 @@ void GraphicObjectTest::testTdf88935()
CPPUNIT_ASSERT(!pGraphObj1->IsSwappedOut()); CPPUNIT_ASSERT(!pGraphObj1->IsSwappedOut());
CPPUNIT_ASSERT(!pGraphObj2->IsSwappedOut()); CPPUNIT_ASSERT(!pGraphObj2->IsSwappedOut());
} }
xComponent->dispose();
} }
CPPUNIT_TEST_SUITE_REGISTRATION(GraphicObjectTest); CPPUNIT_TEST_SUITE_REGISTRATION(GraphicObjectTest);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment