Memory leaaks by _CrtDumpMemoryLeaks()
lvheqiang117 opened this issue · 1 comments
lvheqiang117 commented
It shows memory leaaks by _CrtDumpMemoryLeaks() , I just include the "AudioFile.h". Why?
antonyun commented
This is because of a global object aiffSampleRateTable on the line 239. _CrtDumpMemoryLeaks can be false positive when it is called before destructors of global objects.