diff options
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/stream/stream.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 0fd67ccb2704..7be34fed548f 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -156,8 +156,6 @@ void SvStream::writeNumberWithoutSwap_(const void * pDataSrc, int nDataSize) void SvLockBytes::close() { - if (m_bOwner) - delete m_pStream; m_pStream = nullptr; } |