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

New commits:
commit c5d488bf8cd4762c6bb506c00bb525da60e2b733
Author: Stephan Bergmann <sberg...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to