fdo#73280 - always advance the iterator to avoid an infinite loop.

Change-Id: I62f2d8ec5d6d62f1dbe9657cfbbbc90c56cce812
This commit is contained in:
Michael Meeks
2014-01-04 14:47:20 +00:00
parent fb30c9ed78
commit 2c066ac3df

View File

@@ -374,6 +374,8 @@ void ServerFont::GarbageCollect( long nMinLruIndex )
GlyphCache::GetInstance().RemovingGlyph( rGD );
it = maGlyphList.erase( it );
}
else
++it;
}
}