[Libreoffice-commits] core.git: svtools/qa

Stephan Bergmann sbergman at redhat.com
Mon Feb 23 05:19:10 PST 2015


 svtools/qa/unit/GraphicObjectTest.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c5d488bf8cd4762c6bb506c00bb525da60e2b733
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Feb 23 14:18:41 2015 +0100

    Missing dispose
    
    Change-Id: If050113552ce331252b3046830a5583c66729531

diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx
index cc73b5c..036df77 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);


More information about the Libreoffice-commits mailing list