I've squashed a reference counting bug in our hand-generated conversion code from Python sequences of object to C++ vectors. This mostly affected _chimera::OpenModels:: add and remove, but was also found in the _surfnet code. The memory leaked contained Python class instances and not the associated C++ objects so the effect should have been small.... Greg