From 6fd95f912823efc2901e7735df63e1aefa2ebb73 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 31 Jul 2017 23:04:23 -0400 Subject: [PATCH] perform gc when ourging caches --- ShiftOS.Frontend/ShiftOS.cs | 1 + 1 file changed, 1 insertion(+) 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(); }