From c2574d4de5a686a1c52883b8a3ca78cd898998b3 Mon Sep 17 00:00:00 2001 From: Zaafar Ahmed Date: Sun, 2 Jun 2019 21:29:48 -0400 Subject: [PATCH] Dispose font texture resources --- ClickableTransparentOverlay/ImGuiController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ClickableTransparentOverlay/ImGuiController.cs b/ClickableTransparentOverlay/ImGuiController.cs index 1973345..15ded5f 100644 --- a/ClickableTransparentOverlay/ImGuiController.cs +++ b/ClickableTransparentOverlay/ImGuiController.cs @@ -369,6 +369,7 @@ namespace ClickableTransparentOverlay this.textureLayout.Dispose(); this.pipeline.Dispose(); this.mainResourceSet.Dispose(); + this.fontTextureResourceSet.Dispose(); foreach (IDisposable resource in this.ownedResources) {