mirror of https://github.com/procxx/kepka.git
Fix crash with dangling DocumentData pointers.
This commit is contained in:
parent
0a69f3c7fd
commit
af5f85a288
|
@ -1382,6 +1382,7 @@ DocumentData::~DocumentData() {
|
||||||
destroyLoaderDelayed();
|
destroyLoaderDelayed();
|
||||||
}
|
}
|
||||||
unload();
|
unload();
|
||||||
|
ActiveCache().remove(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
QString DocumentData::ComposeNameString(
|
QString DocumentData::ComposeNameString(
|
||||||
|
|
Loading…
Reference in New Issue