I’m almost done building a standalone synth, built off of the JUCE demo. I’m in XCode and I ran Instruments to check for leaks. It showed 4 leaks:
NSCFNumber 0x3965290 16 Bytes Digidesign NewDigiCoreAudioPlugin
NSCFNumber 0x3965280 16 Bytes Digidesign NewDigiCoreAudioPlugin
NSCFNumber 0x3964dd0 16 Bytes Digidesign NewDigiCoreAudioPlugin
NSCFNumber 0xd277b0 16 Bytes Digidesign NewDigiCoreAudioPlugin
Again, this is standalone, so I’ve done nothing in my code as far as RTAS (or AU/VST) is concerned so I’m assuming this has something to do with the JUCE library?
Has anyone else experienced this? And, is it a big deal or can I just leave this be?