mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +01:00
Small fixes for new wav decoder
This commit is contained in:
parent
4cb00d3801
commit
145bd243e8
@ -193,9 +193,9 @@ class CWavFile : public IDecoder
|
||||
fclose(pFile);
|
||||
pFile = nil;
|
||||
}
|
||||
if (AdpcmBlock) delete AdpcmBlock;
|
||||
if (buffers) delete buffers;
|
||||
if (decoders) delete decoders;
|
||||
if (AdpcmBlock) delete[] AdpcmBlock;
|
||||
if (buffers) delete[] buffers;
|
||||
if (decoders) delete[] decoders;
|
||||
}
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user