Skip to content

Commit

Permalink
backport fix for bug #2604. (from 2.0 branch commit dd498db4e82e).
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 6, 2018
1 parent cfc135a commit a39ad04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wavestream.c
Expand Up @@ -324,7 +324,6 @@ static SDL_RWops *LoadWAVStream (SDL_RWops *src, SDL_AudioSpec *spec,
/* Decode the audio data format */
format = (WaveFMT *)chunk.data;
if ( chunk.magic != FMT ) {
SDL_free(chunk.data);
Mix_SetError("Complex WAVE files not supported");
was_error = 1;
goto done;
Expand Down

0 comments on commit a39ad04

Please sign in to comment.