Fix another possible memory leak in BPM detection code
This commit is contained in:
parent
f0a8b8cd6d
commit
8a90d4a414
@ -553,6 +553,9 @@ public:
|
||||
}
|
||||
|
||||
if (candidateMap.empty()) {
|
||||
delete[] cf;
|
||||
delete[] acf;
|
||||
delete[] temp;
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user