Fix leak in last commit

Sorry dudes. This one really fixes #353
This commit is contained in:
Paul Giblock
2014-02-19 21:25:31 -05:00
parent b19522c55a
commit fc1475bf75

View File

@@ -364,7 +364,9 @@ lb302Synth::lb302Synth( InstrumentTrack * _instrumentTrack ) :
lb302Synth::~lb302Synth()
{
delete vcf;
for (int i=0; i<NUM_FILTERS; ++i) {
delete vcfs[i];
}
}