mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
BURIED: Don't forget to set _tempFrame to 0
This commit is contained in:
committed by
Eugene Sandulenko
parent
946b7c8f5f
commit
b12cd67b6b
@@ -97,6 +97,7 @@ void AVIFrames::close() {
|
||||
if (_tempFrame) {
|
||||
_tempFrame->free();
|
||||
delete _tempFrame;
|
||||
_tempFrame = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user