Skip to content

Commit 7193609

Browse files
committed
Fix for #1556 when loading the document from a memory stream.
1 parent 2417c6c commit 7193609

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)