[cig-commits] r5706 - in long/3D/Gale/trunk/src/StGermain: . Base/Foundation/src

walter at geodynamics.org walter at geodynamics.org
Mon Jan 8 23:49:48 PST 2007


Author: walter
Date: 2007-01-08 23:49:48 -0800 (Mon, 08 Jan 2007)
New Revision: 5706

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Class.c
Log:
 r3271 at earth (orig r3952):  LukeHodkinson | 2007-01-08 22:24:06 -0800
 A bit of a blunder with the reference counting; was
 automatically set to 1, causing nothing that used
 it to be deleted.
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3196
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/branches/decomp3d/StGermain:3951
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3899
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3196
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/branches/decomp3d/StGermain:3952
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3899

Modified: long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Class.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Class.c	2007-01-09 07:49:44 UTC (rev 5705)
+++ long/3D/Gale/trunk/src/StGermain/Base/Foundation/src/Class.c	2007-01-09 07:49:48 UTC (rev 5706)
@@ -85,7 +85,7 @@
 	/* General and Virtual info should already be set */
 	
 	/* Stg_Class info */
-	self->nRefs = 1;
+	self->nRefs = 0;
 }
 
 void Stg_Class_Delete( void* _class ) {



More information about the cig-commits mailing list