How to delete synths and instruments from memory

There was a bug related to this that prevented freeing memory when instruments were added to a channel. Just to check, and assuming you're on SDK 2.7.x, are you adding the instruments as sources to a specific channel or the global channel, and calling channel:removeSource() when done with the instrument? If you created a new channel for the instruments, are you also calling channel:remove() when the channel is no longer needed?