Fix Sort multiple outputs

This commit is contained in:
Matt Nadareski
2020-08-28 21:38:27 -07:00
parent e76d19033f
commit 5fb140f406
7 changed files with 9 additions and 73 deletions

View File

@@ -373,7 +373,6 @@ namespace SabreTools.Library.FileTypes
// Dispose of everything
outputStream.Dispose();
inputStream.Dispose();
}
return true;