diff options
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/qa/unit/solver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sccomp/qa/unit/solver.cxx b/sccomp/qa/unit/solver.cxx index 9355733c36d2..4405279e26cb 100644 --- a/sccomp/qa/unit/solver.cxx +++ b/sccomp/qa/unit/solver.cxx @@ -60,6 +60,7 @@ void LpSolverTest::setUp() void LpSolverTest::tearDown() { uno::Reference<lang::XComponent>(m_xDocument, uno::UNO_QUERY_THROW)->dispose(); + m_xDocument.clear(); test::BootstrapFixture::tearDown(); } |