From 4030887232466580433fd87bdd97fa2180a8d6e4 Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 25 Jun 2019 21:07:05 +0200 Subject: [PATCH] fixed bug due to old map entry deletion that wasnt moved --- retroshare-gui/src/gui/gxs/GxsIdDetails.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp b/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp index 64fb3cdfa..a7627a967 100644 --- a/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp +++ b/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp @@ -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; }