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

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Sun May 23 10:25:00 UTC 2021


 sc/qa/unit/range.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b3ec639a017d189b2327230b9d3f9f19d634d36a
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Sat May 22 18:35:51 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun May 23 12:24:22 2021 +0200

    fix leak in ScRangeTest
    
    Change-Id: I48ca0486d7e31b9d111b7ca675a84a826db21b1f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116012
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sc/qa/unit/range.cxx b/sc/qa/unit/range.cxx
index 21add9ee37fe..4935165bd7cc 100644
--- a/sc/qa/unit/range.cxx
+++ b/sc/qa/unit/range.cxx
@@ -99,6 +99,7 @@ void ScRangeTest::setUp()
 
 void ScRangeTest::tearDown()
 {
+    m_xDocShRef->DoClose();
     m_xDocShRef.clear();
     BootstrapFixture::tearDown();
 }


More information about the Libreoffice-commits mailing list