Hey, I'm making a VST host using Juce and noticed that the memory for the loaded VSTs isn't released when the instance is deleted. This happens even in the VST host example that comes with Juce. What is happening here? How can I stop it?
Well, for me the leak detector generally shows a ton of leaks in plugins, but none caused by the host.
The Xcode memory tools do an amazing job of showing exactly where leaks come from, so why are you being so vague about describing the ones you're seeing?