From 5e99ae8a2a188a2bab3a671c190aba7eac2442f8 Mon Sep 17 00:00:00 2001 From: Zeffuro Date: Sat, 20 Dec 2025 17:35:54 +0100 Subject: [PATCH] Dispose properly --- AetherBags/Plugin.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AetherBags/Plugin.cs b/AetherBags/Plugin.cs index fd42690..62f4a06 100644 --- a/AetherBags/Plugin.cs +++ b/AetherBags/Plugin.cs @@ -51,6 +51,8 @@ public class Plugin : IDalamudPlugin Services.CommandManager.RemoveHandler("/aetherbags"); Services.CommandManager.RemoveHandler("/ab"); + System.AddonInventoryWindow.Dispose(); + KamiToolKitLibrary.Dispose(); }