[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004
BON2Component.cpp,1.9,1.10
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Mar 4 11:54:22 CST 2004
Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004
In directory braindrain:/tmp/cvs-serv29992
Modified Files:
BON2Component.cpp
Log Message:
There was a static BON2 object lingering in the MetaInterpreter. Unfortunately, since it was not destructed properly, it prevented BON::Project to be released properly. (BUG#36).
CVS User: volgy
Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/BON2Component.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** BON2Component.cpp 2 Mar 2004 19:43:04 -0000 1.9
--- BON2Component.cpp 4 Mar 2004 17:54:20 -0000 1.10
***************
*** 82,85 ****
--- 82,86 ----
m_toBeDeletedEntities.clear();
m_realObj.clear();
+ Sheet::m_BON_Project_Root_Folder = (Folder)NULL;
if ( m_sheet != 0)
More information about the GME-commit
mailing list