> of vectors. I guess I still need to destroy the vectors even though
> they're assigned to local variables. Wonder what happens as far as
> memory if I don't destroy the vectors but just keep re-creating them?


You don't.  Local vectors (and hash tables ) are automatically 
released.  Plugin-created stuff too, as long as the Plugin author 
follows the standards.  



Reply via email to