mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix another crash in DocumentData destructor.
This commit is contained in:
@@ -770,7 +770,6 @@ void Image::checkSource() const {
|
||||
}
|
||||
|
||||
void Image::unload() const {
|
||||
_source->takeLoaded();
|
||||
_source->unload();
|
||||
invalidateSizeCache();
|
||||
ActiveCache().decrement(ComputeUsage(_data));
|
||||
|
Reference in New Issue
Block a user