andrew@webrtc.org
15b8871e4a
Allocate float_buffer_ in the initializer list.
This may fix a Dr. Memory error: "allocated with operator new, freed with operator delete[]". I suspect this is a false positive; in the existing implementation the reset causes a delete[] on NULL. This is a no-op of course, but Dr. Memory might be flagging it. We shall see. In any case, this change is an improvement. BUG=2321 TBR=bjornv Review URL: https://webrtc-codereview.appspot.com/2215004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4748 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
76%
C
16%
Python
2.3%
Java
2.1%
Objective-C++
1.5%
Other
1.9%