2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix crash in streaming+loading of a document.

This commit is contained in:
John Preston
2020-06-04 12:16:44 +04:00
parent f581a15b6e
commit bfafdd5b38

View File

@@ -65,6 +65,8 @@ StreamedFileDownloader::StreamedFileDownloader(
StreamedFileDownloader::~StreamedFileDownloader() {
if (!_finished) {
cancel();
} else {
_reader->cancelForDownloader(this);
}
}