From 9905b383ecf372ea0c517a7a53b022b1d7b7d692 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Thu, 12 Aug 2021 03:12:23 +1200 Subject: [PATCH] dont forget to clean up memory --- AppInfoCli/GimConv.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppInfoCli/GimConv.cs b/AppInfoCli/GimConv.cs index 6de1b9e..2bb85d2 100644 --- a/AppInfoCli/GimConv.cs +++ b/AppInfoCli/GimConv.cs @@ -50,6 +50,8 @@ namespace CXMLDecompiler fs.Close(); } } + zip.Dispose(); + zipStream.Dispose(); DownloadCompleted = true; }