dolphin/Externals/FreeSurround
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
..
include/FreeSurround Added FreeSurround to Externals 2019-02-13 22:52:39 -02:00
source Externals/FreeSurround: Fix pointer created through new[] being freed via delete 2023-02-15 21:56:49 -08:00
CMakeLists.txt cmake: Disable warnings for most externals on MSVC, like we do in the VS project files. 2022-05-22 00:30:56 +02:00
FreeSurround.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
FreeSurround.vcxproj.filters msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
exports.props msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00