ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/arch.C
(Generate patch)

Comparing deliantra/server/common/arch.C (file contents):
Revision 1.105 by root, Thu Apr 15 00:36:51 2010 UTC vs.
Revision 1.106 by root, Thu May 6 22:35:41 2010 UTC

549 549
550 if (at->refcnt_cnt () > 1) // all arches have ONE refcount from their object 550 if (at->refcnt_cnt () > 1) // all arches have ONE refcount from their object
551 ++idx; 551 ++idx;
552 else 552 else
553 { 553 {
554 LOG (llevDebug, "garbage collect arch %s", &at->archname); 554 //LOG (llevDebug, "garbage collect arch %s", &at->archname);
555 assert (at->arch == at); // verify that refcnt == 1 is truly valid 555 assert (at->arch == at); // verify that refcnt == 1 is truly valid
556 allarch.erase (idx); 556 allarch.erase (idx);
557 557
558 // break chain 558 // break chain
559 for (object *op = at->head_ (); op; ) 559 for (object *op = at->head_ (); op; )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines