Fix last commit

This commit is contained in:
falkTX 2022-01-19 20:38:17 +00:00
parent caf5ca5df6
commit b668d78c83
2 changed files with 3 additions and 3 deletions

View file

@ -858,7 +858,7 @@ protected:
const uint32_t bufferSize = getBufferSize();
fAudioBufferCopy = new float*[DISTRHO_PLUGIN_NUM_INPUTS];
for (int i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i)
fAudioBufferCopy[i] = new float[newBufferSize];
fAudioBufferCopy[i] = new float[bufferSize];
#endif
fPreviousFrame = 0;