[GME-commit] GMESRC/SDK/BON Utils.h,1.9,1.10
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Mar 5 16:08:30 CST 2004
Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv4165
Modified Files:
Utils.h
Log Message:
Risky reference counting logic was found in BON2
CVS User: volgy
Index: Utils.h
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/Utils.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Utils.h 4 Mar 2004 17:52:55 -0000 1.9
--- Utils.h 5 Mar 2004 22:08:27 -0000 1.10
***************
*** 384,387 ****
--- 384,390 ----
m_ulAggrRefCount--;
if (doDispose()) {
+ // VOLGY: Dangerous: what if the project deletes
+ // itself while the last object destruction is still in progress ?
+ // NEEDS REDISGN
delete this;
}
More information about the GME-commit
mailing list