perform gc when ourging caches

This commit is contained in:
Michael 2017-07-31 23:04:23 -04:00
parent afa0c9fdaa
commit 6fd95f9128

View file

@ -239,6 +239,7 @@ namespace ShiftOS.Frontend
{
GraphicsContext.StringCaches.Clear();
timeSinceLastPurge = 0;
GC.Collect();
}