diff --git a/src/engine/sample.cpp b/src/engine/sample.cpp index c9a313461..5df46fab1 100644 --- a/src/engine/sample.cpp +++ b/src/engine/sample.cpp @@ -898,6 +898,7 @@ bool DivSample::resampleBlep(double r) { data16[i]=round(result); } } + delete[] floatData; RESAMPLE_END; return true;