diff options
| author | Michael <[email protected]> | 2017-07-31 23:04:23 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-31 23:04:23 -0400 |
| commit | 6fd95f912823efc2901e7735df63e1aefa2ebb73 (patch) | |
| tree | 6c93291f4bc901bee1c98b22fd7b142e57abcc28 | |
| parent | afa0c9fdaa292d3b6b50d7703615eafb1c5a6a53 (diff) | |
| download | shiftos_thereturn-6fd95f912823efc2901e7735df63e1aefa2ebb73.tar.gz shiftos_thereturn-6fd95f912823efc2901e7735df63e1aefa2ebb73.tar.bz2 shiftos_thereturn-6fd95f912823efc2901e7735df63e1aefa2ebb73.zip | |
perform gc when ourging caches
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.cs | 1 |
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(); } |
