BURIED: Don't forget to set _tempFrame to 0

This commit is contained in:
Matthew Hoops
2021-03-22 00:07:39 +01:00
committed by Eugene Sandulenko
parent 946b7c8f5f
commit b12cd67b6b
+1
View File
@@ -97,6 +97,7 @@ void AVIFrames::close() {
if (_tempFrame) {
_tempFrame->free();
delete _tempFrame;
_tempFrame = 0;
}
}