mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix crash with dangling DocumentData pointers.
This commit is contained in:
@@ -1382,6 +1382,7 @@ DocumentData::~DocumentData() {
|
||||
destroyLoaderDelayed();
|
||||
}
|
||||
unload();
|
||||
ActiveCache().remove(this);
|
||||
}
|
||||
|
||||
QString DocumentData::ComposeNameString(
|
||||
|
Reference in New Issue
Block a user