mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
Fixing an invalid read in the destructor
svn-id: r46164
This commit is contained in:
parent
c8b8ab679f
commit
447711b597
@ -53,8 +53,8 @@ AviDecoder::AviDecoder(Audio::Mixer *mixer) : _mixer(mixer) {
|
||||
}
|
||||
|
||||
AviDecoder::~AviDecoder() {
|
||||
delete _audHandle;
|
||||
closeFile();
|
||||
delete _audHandle;
|
||||
}
|
||||
|
||||
void AviDecoder::runHandle(uint32 tag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user