mirror of https://github.com/procxx/kepka.git
Fix another crash in DocumentData destructor.
This commit is contained in:
parent
d38a6e5047
commit
f28a92be1d
|
@ -770,7 +770,6 @@ void Image::checkSource() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Image::unload() const {
|
void Image::unload() const {
|
||||||
_source->takeLoaded();
|
|
||||||
_source->unload();
|
_source->unload();
|
||||||
invalidateSizeCache();
|
invalidateSizeCache();
|
||||||
ActiveCache().decrement(ComputeUsage(_data));
|
ActiveCache().decrement(ComputeUsage(_data));
|
||||||
|
|
Loading…
Reference in New Issue