Author: scooter
Date: 2010-09-09 11:53:25 -0700 (Thu, 09 Sep 2010)
New Revision: 21777

Modified:
   
csplugins/trunk/ucsf/scooter/structureViz/src/structureViz/actions/Chimera.java
Log:
Make sure to zero staticPointer when we exit


Modified: 
csplugins/trunk/ucsf/scooter/structureViz/src/structureViz/actions/Chimera.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/structureViz/src/structureViz/actions/Chimera.java 
    2010-09-09 18:33:52 UTC (rev 21776)
+++ 
csplugins/trunk/ucsf/scooter/structureViz/src/structureViz/actions/Chimera.java 
    2010-09-09 18:53:25 UTC (rev 21777)
@@ -453,6 +453,7 @@
        chimera = null;
                models = null;
                modelHash = null;
+               staticPointer = null;
   }
 
        /**

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to