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; }