Added dispose image to release memory

This commit is contained in:
2025-12-12 15:59:41 +01:00
parent c58f13d77a
commit 7661cf506d
+1 -1
View File
@@ -836,10 +836,10 @@ namespace ComicCompressor
}
}
image.Dispose();
#if true
using (MemoryStream m = new MemoryStream())
{