On 2004-01-01, at 17:42:17 +0000, [EMAIL PROTECTED] wrote: > Second, I have a XS producing strings. Do I need to free them? I ask this > because the scripts keeps increasing the memory used (although I'm not > storing any information at all).
What do you mean by "producing strings"? Could you please show us the relevant parts of the XS code? Probably the solution to your problem is as easy as adding a call to sv_2mortal() in the right place. Marcus -- Time is an illusion perpetrated by the manufacturers of space.
