aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-31 23:04:23 -0400
committerMichael <[email protected]>2017-07-31 23:04:23 -0400
commit6fd95f912823efc2901e7735df63e1aefa2ebb73 (patch)
tree6c93291f4bc901bee1c98b22fd7b142e57abcc28
parentafa0c9fdaa292d3b6b50d7703615eafb1c5a6a53 (diff)
downloadshiftos_thereturn-6fd95f912823efc2901e7735df63e1aefa2ebb73.tar.gz
shiftos_thereturn-6fd95f912823efc2901e7735df63e1aefa2ebb73.tar.bz2
shiftos_thereturn-6fd95f912823efc2901e7735df63e1aefa2ebb73.zip
perform gc when ourging caches
-rw-r--r--ShiftOS.Frontend/ShiftOS.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs
index f431906..61a20fb 100644
--- a/ShiftOS.Frontend/ShiftOS.cs
+++ b/ShiftOS.Frontend/ShiftOS.cs
@@ -239,6 +239,7 @@ namespace ShiftOS.Frontend
{
GraphicsContext.StringCaches.Clear();
timeSinceLastPurge = 0;
+ GC.Collect();
}