summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-29 03:58:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-29 02:52:32 +0000
commit8681bd32d778585fc0da8f42a77aeb58cbae4308 (patch)
tree8aa022da875ff52f436f63e9c9bc29ff54a79a90 /tools
parentcc020cc261abc4866f3104b274705cbc86002898 (diff)
Close already calls unlockFile
Change-Id: I2c9cc94de1b43555b3bdfbed9a476802e1c97733 Reviewed-on: https://gerrit.libreoffice.org/35818 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/source/stream/strmunx.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index 1533cc5ea00c..5267a6914d2b 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -300,8 +300,6 @@ SvFileStream::~SvFileStream()
{
Close();
- unlockFile( 0, 0, this );
-
delete pInstanceData;
}