Potential Memory Leaks in ID3v1Tag
Status: Inactive
Brought to you by:
cwoodbury
This patch fixes several potential memory leaks in the
ID3v1Tag class. The released code in version 0.2 had
several blocks of code in which FileStreams were
opened without ensuring that they were eventually
closed.
To apply the patch, replace the released version of
SharpJukebox\Library\ID3v1Tag.cs with the new version
and recompile.
Corrected version.