fdo#73280 - always advance the iterator to avoid an infinite loop.
Change-Id: I62f2d8ec5d6d62f1dbe9657cfbbbc90c56cce812
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user