Hi bruce, local hVecChildren = hao.get_accessible_children()
get_accessible_children creates a vecotr and stufs it full, partly with hanldes to com objects. I assume when hVecChildren is destroyed (explicitly or by going out of scope), any handles stored in hVecChildren will _not_ be released. Up to user to do that explicitly. I don't suppose there's any way I can signal the vec (or map) plugin that some of their contents need action on destruction?
