ElijahGlover / Umbraco-S3-Provider

Amazon Web Services S3 IFileSystem provider for Umbraco
46 stars 34 forks source link

Fix memory leak in OpenFile #11

Closed JimBobSquarePants closed 7 years ago

JimBobSquarePants commented 7 years ago

Hola, This PR fixes a memory leak that takes place when opening a file.

GetObjectResponse needs to be disposed to correctly dispose of the response stream.

I don't know why Github add my update from your repo.