[GME-commit] GMESRC/SDK/BON Utils.h,1.8,1.9

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Mar 4 11:52:58 CST 2004


Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv29945

Modified Files:
	Utils.h 
Log Message:
Aggregated BON/MON objects were not released properly. If the object counter
reached zero before the aggregate counter these object were not deleted.
(BUG#36).

CVS User: volgy

Index: Utils.h
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/Utils.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Utils.h	3 Feb 2004 10:53:05 -0000	1.8
--- Utils.h	4 Mar 2004 17:52:55 -0000	1.9
***************
*** 383,387 ****
  		{
  			m_ulAggrRefCount--;
! 			doDispose();
  		}
  
--- 383,389 ----
  		{
  			m_ulAggrRefCount--;
! 			if (doDispose()) {
! 				delete this;
! 			}
  		}
  



More information about the GME-commit mailing list