diff --git a/Claunia.RsrcFork/ResourceFork.cs b/Claunia.RsrcFork/ResourceFork.cs index ecc2afc..ce32353 100644 --- a/Claunia.RsrcFork/ResourceFork.cs +++ b/Claunia.RsrcFork/ResourceFork.cs @@ -62,6 +62,9 @@ namespace Claunia.RsrcFork Init(); } + /// + /// Cleans up this instances and closes the underlying stream. + /// ~ResourceFork() { if(rsrcStream != null)