<div dir="ltr">Hi Ross,<br>following may be bug in the MP3FileSource present in MP3FileSource.cpp<br>1. MP3FileSource destructor is not closing the input file. It needs to call CloseInputFile here.<br>2. In MP3FileSource::createNew class before the final statement return NULL, call to CloseInputFile is required.(i.e. if newSource creation fails, it needs to close the already opened file)<br>
<br>Warm Regards,<br>prb<br></div>