State-Changed-From-To: open-analyzed State-Changed-By: Manu State-Changed-When: Fri Aug 20 13:57:22 PDT 2004 State-Changed-Why: Dear David, We are looking into the memory leaks. There is one thing that you need to know is that there will always be a memory leak until we are able to reuse some of the internal IDs used by vision2. Indeed we use the IDENTIFIED class and each time you allocate 1000 vision2 objects (even if they are all dead), then we looses 4008 bytes of data that cannot be reused in any way. We are trying to find how much is related to the IDENTIFIED class to ensure that only this remains. Then it will be a matter of creating a new abstraction that enables the reuse of dead IDs.