mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 15:28:28 -05:00
fixed bug due to old map entry deletion that wasnt moved
This commit is contained in:
parent
ff1b2ebde4
commit
4030887232
@ -456,7 +456,6 @@ void GxsIdDetails::checkCleanImagesCache()
|
||||
std::cerr << "Deleting pixmap " << it->first << " size " << i << " " << s << " bytes." << std::endl;
|
||||
|
||||
it->second[i].second = QPixmap();
|
||||
it = mDefaultIconCache.erase(it);
|
||||
++nb_deleted;
|
||||
size_deleted += s;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user