On 10/13/05, Peter Carlsson <[EMAIL PROTECTED]> wrote:
>
> Hello!
>
> I have noticed that if I execute a script repeatedly
> I will eventually ran out of memory. I have seen this
> for REBOL/Core on both Linux and Windows and with
> different versions.
>
> I am almost certain that it has to do with my script
> and the way REBOL allocate memory for variables. What
> should I do in my script to clean up before exit?
>

Do you use faces with rate?
In that case the timers stay active even when the window is closed,
and the window and all its contents can not be deleted.
One window more each run.
you can stop them by
  hide window
usually.

> Best regards,
> Peter Carlsson
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
>


--
-Volker

"Any problem in computer science can be solved with another layer of
indirection. But that usually will create another problem." David
Wheeler
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to