MEMORY LEAK

This commit is contained in:
tildearrow 2023-01-15 17:28:47 -05:00
parent 6834b3b7db
commit 3370e91aad
1 changed files with 1 additions and 0 deletions

View File

@ -898,6 +898,7 @@ bool DivSample::resampleBlep(double r) {
data16[i]=round(result); data16[i]=round(result);
} }
} }
delete[] floatData;
RESAMPLE_END; RESAMPLE_END;
return true; return true;