libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
435 stars 147 forks source link

Fixed crash at WavPack module #480

Closed Wohlstand closed 1 year ago

Wohlstand commented 1 year ago

There is a crash that will happen when attempting to open an invalid or non-WavPack file by WAVPACK_CreateFromFile() call. There is an attempt to close the RW context with a NULL value.