VST: fix a copy/paste typo and possible segfault
fix by Drumfix.
This commit is contained in:
parent
4512d013eb
commit
d24195c41e
@ -549,7 +549,7 @@ VSTPlugin::connect_and_run (BufferSet& bufs,
|
||||
*/
|
||||
|
||||
float** ins = (float**)alloca(_plugin->numInputs*sizeof(float*));
|
||||
float** outs = (float**)alloca(_plugin->numInputs*sizeof(float*));
|
||||
float** outs = (float**)alloca(_plugin->numOutputs*sizeof(float*));
|
||||
|
||||
int32_t i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user