Kaydet (Commit) 2c066ac3 authored tarafından Michael Meeks's avatar Michael Meeks

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

Change-Id: I62f2d8ec5d6d62f1dbe9657cfbbbc90c56cce812
üst fb30c9ed
...@@ -374,6 +374,8 @@ void ServerFont::GarbageCollect( long nMinLruIndex ) ...@@ -374,6 +374,8 @@ void ServerFont::GarbageCollect( long nMinLruIndex )
GlyphCache::GetInstance().RemovingGlyph( rGD ); GlyphCache::GetInstance().RemovingGlyph( rGD );
it = maGlyphList.erase( it ); it = maGlyphList.erase( it );
} }
else
++it;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment