neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

Dispose the result of reader read object, in case of OutOfMemoryExcep… #57

Closed JerryJian closed 1 year ago

JerryJian commented 1 year ago

When inspect large amount files, it throws OutOfMemoryException.

JerryJian commented 1 year ago

Yet another pull request does more than this pull request, so close this.