mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00

The first correction was to use a temporary variable to remove the possibility of a memory leak when using realloc. The second correction was to remove the gain variable from QDM2Stream::qdm2_calculate_fft() which has always evaluated to 1.0f and so has no effect. svn-id: r53489