Skip to content

Commit f665f0a

Browse files
authored
Merge pull request #1563 from EPPlusSoftware/bug/issue1556
Fix for 1556 when loading the document from a memory stream.
2 parents 7442b72 + 7193609 commit f665f0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EPPlus/ExcelPackage.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ private void Load(Stream input, Stream output, string Password)
13141314
}
13151315
finally
13161316
{
1317-
ms.Dispose();
13181317
}
13191318
}
13201319
//Clear the workbook so that it gets reinitialized next time

0 commit comments

Comments
 (0)