swarm-support
[Top][All Lists]
Advanced

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

Re: memory leaks(java)


From: Marcus G. Daniels
Subject: Re: memory leaks(java)
Date: 05 Sep 2001 15:13:17 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "MA" == Myriam Abramson <address@hidden> writes:

MA> Okay, I've tracked down the source of my memory leak.

That's a bug in Swarm.  Here's the fix:

diff -c -r1.64 ProbeMap.m
*** ProbeMap.m  2001/07/11 17:08:37     1.64
--- ProbeMap.m  2001/09/05 21:08:29
***************
*** 748,751 ****
--- 748,757 ----
      xprint (member);
    [index drop];
  }
+
+ - (void)drop
+ {
+   [probes drop];
+   [super drop];
+ }
  @end

                  ==================================
   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]