dolphin/Externals/FreeSurround/source
Pokechu22 a7026ca6d3 Externals/FreeSurround: Fix pointer created through new[] being freed via delete
Doing so is not allowed (presumably because compilers are allowed to use a different algorithm for allocating between the two/store extra data such as the length of the array before the pointer).

This bug existed in the original implementation at https://web.archive.org/web/20140708092159/http://www.hydrogenaud.io/forums/index.php?showtopic=52235 and causes Valgrind to emit a warning. Note that this ended up happening even if DSPLLE and the DPL decoder are not enabled in Dolphin.
2023-02-15 21:56:49 -08:00
..
ChannelMaps.cpp Added FreeSurround to Externals 2019-02-13 22:52:39 -02:00
FreeSurroundDecoder.cpp Externals/FreeSurround: Fix pointer created through new[] being freed via delete 2023-02-15 21:56:49 -08:00
KissFFT.cpp Added FreeSurround to Externals 2019-02-13 22:52:39 -02:00
KissFFTR.cpp Externals/FreeSurround: Fix pointer created through new[] being freed via delete 2023-02-15 21:56:49 -08:00