swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is leaking in scratchZone?


From: Marcus G. Daniels
Subject: Re: What is leaking in scratchZone?
Date: 31 Jul 2000 23:26:53 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "GO" == Gadi ORON <address@hidden> writes:

GO> I am surprised since I NEVER use scratchZone in my code, so it
GO> must be some internal of swarm that does it.

Yep, here's a fix:

Index: DefObject.m
===================================================================
RCS file: /cvs/hive/Swarm/swarm/src/defobj/DefObject.m,v
retrieving revision 1.145
diff -c -r1.145 DefObject.m
*** DefObject.m 2000/06/29 16:47:13     1.145
--- DefObject.m 2000/08/01 06:22:18
***************
*** 95,100 ****
--- 95,101 ----
        ivarname = [key getKeywordName];
        object_setVariableFromExpr (self, ivarname, val);
      }
+   [li drop];
    return self;
  }
  

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]