Kaydet (Commit) ef22c4a0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

new[] vs. delete mismatch

...after e57a0369 "loplugin:useuniqueptr in
tools,stoc,unotools"

Change-Id: Ifb9a3a5f37895aa75edc7f4e90e8cfe47d79bca7
üst 6267b56f
...@@ -144,7 +144,7 @@ private: ...@@ -144,7 +144,7 @@ private:
sal_uInt64 m_nActPos; sal_uInt64 m_nActPos;
// buffer management // buffer management
std::unique_ptr<sal_uInt8> std::unique_ptr<sal_uInt8[]>
m_pRWBuf; ///< Points to read/write buffer m_pRWBuf; ///< Points to read/write buffer
sal_uInt8* m_pBufPos; ///< m_pRWBuf + m_nBufActualPos sal_uInt8* m_pBufPos; ///< m_pRWBuf + m_nBufActualPos
sal_uInt16 m_nBufSize; ///< Allocated size of buffer sal_uInt16 m_nBufSize; ///< Allocated size of buffer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment