mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 09:03:51 -05:00
fixed bug due to old map entry deletion that wasnt moved
This commit is contained in:
parent
ff1b2ebde4
commit
4030887232
1 changed files with 0 additions and 1 deletions
|
|
@ -456,7 +456,6 @@ void GxsIdDetails::checkCleanImagesCache()
|
||||||
std::cerr << "Deleting pixmap " << it->first << " size " << i << " " << s << " bytes." << std::endl;
|
std::cerr << "Deleting pixmap " << it->first << " size " << i << " " << s << " bytes." << std::endl;
|
||||||
|
|
||||||
it->second[i].second = QPixmap();
|
it->second[i].second = QPixmap();
|
||||||
it = mDefaultIconCache.erase(it);
|
|
||||||
++nb_deleted;
|
++nb_deleted;
|
||||||
size_deleted += s;
|
size_deleted += s;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue