Fix mismatching C++ new[] / delete calls
commite8c7d10e4662c3c1d26a7500914f1ce7fdce99d4
authorThomas Jarosch <tomj@simonv.com>
Wed, 29 Feb 2012 19:09:51 +0000 (29 20:09 +0100)
committerThomas Jarosch <tomj@simonv.com>
Wed, 29 Feb 2012 19:13:17 +0000 (29 20:13 +0100)
tree683129fd6a449a950b6aa278f208be32bdd4ecae
parent29c72591fd5c761d7a92c11d682f28599cc1ed9e
Fix mismatching C++ new[] / delete calls

cppcheck report:
[rbutil/rbutilqt/base/encoderlame.cpp:273]: (error) Mismatching allocation and deallocation: mp3buf
[rbutil/rbutilqt/base/encoderlame.cpp:282]: (error) Mismatching allocation and deallocation: mp3buf
[rbutil/rbutilqt/base/encoderlame.cpp:289]: (error) Mismatching allocation and deallocation: mp3buf

[rbutil/rbutilqt/base/encoderlame.cpp:274]: (error) Mismatching allocation and deallocation: wavbuf
[rbutil/rbutilqt/base/encoderlame.cpp:283]: (error) Mismatching allocation and deallocation: wavbuf
[rbutil/rbutilqt/base/encoderlame.cpp:290]: (error) Mismatching allocation and deallocation: wavbuf

[rbutil/rbutilqt/base/encoderlame.cpp:184]: (error) Mismatching allocation and deallocation: buf

Change-Id: I9fd54b6e02817eb900ec6e24d967da6d4beaeb27
rbutil/rbutilqt/base/encoderlame.cpp