sc/qa/unit/range.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit b3ec639a017d189b2327230b9d3f9f19d634d36a Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Sat May 22 18:35:51 2021 +0200 Commit: Noel Grandin <noel.gran...@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.gran...@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(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits