mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
forgot to add free() to the previous malloc change
This commit is contained in:
1
Externals/soundtouch/FIRFilter.cpp
vendored
1
Externals/soundtouch/FIRFilter.cpp
vendored
@ -217,6 +217,7 @@ uint FIRFilter::evaluateFilterMulti(SAMPLETYPE *dest, const SAMPLETYPE *src, uin
|
||||
sum[c] = 0;
|
||||
}
|
||||
}
|
||||
free(sum);
|
||||
return numSamples - length;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user