Bug 1650214 - Cancel progress timer when shutting down FileReader. r=asuth, a=RyanVM

This commit is contained in:
roytam1 2022-01-19 10:17:36 +08:00
commit b2d3ec5e92

View file

@ -775,6 +775,7 @@ FileReader::Shutdown()
mAsyncStream = nullptr;
}
ClearProgressEventTimer();
FreeFileData();
mResultArrayBuffer = nullptr;