diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-01-08 18:20:16 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-01-08 18:21:06 +0000 |
commit | 92045e69dab8be60a1c84774f04c437066c3c2bf (patch) | |
tree | e979301cf5877328a188ce2b23fa4c6db69ca340 /sw | |
parent | 28c7e8fb60596c20dedc87c22510a937d6fd30fc (diff) |
fix a few /tmp file leaks
Thanks to Jean-Baptiste Faure for digging for these.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/swdoc-test.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/swdoc-test.cxx index de9828e84bfb..f818cba16701 100644 --- a/sw/qa/core/swdoc-test.cxx +++ b/sw/qa/core/swdoc-test.cxx @@ -886,6 +886,7 @@ void SwDocTest::setUp() void SwDocTest::tearDown() { + m_xDocShRef->DoClose(); m_xDocShRef.Clear(); delete m_pDoc; |