[chimera-dev] FYI

Greg Couch gregc@cgl.ucsf.EDU
Tue, 7 Jan 2003 18:13:31 -0800 (PST)


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