We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a145eb7 commit e659df5Copy full SHA for e659df5
1 file changed
Source/Processors/RecordNode/BinaryFormat/BinaryRecording.cpp
@@ -6,6 +6,7 @@
6
7
BinaryRecording::BinaryRecording()
8
{
9
+ m_bufferSize = MAX_BUFFER_SIZE;
10
m_scaledBuffer.malloc(MAX_BUFFER_SIZE);
11
m_intBuffer.malloc(MAX_BUFFER_SIZE);
12
m_tsBuffer.malloc(MAX_BUFFER_SIZE);
0 commit comments