Joshua N Pritikin <[EMAIL PROTECTED]> writes:
>On Tue, May 14, 2002 at 10:04:51AM +0100, Nick Ing-Simmons wrote:
>> >In Event.xs, I change _loop() to:
>> >
>> >    PROTOTYPE: ;$
>> >    CODE:
>> >    double maxtm = 60;
>> >    if (items == 1) maxtm = SvNV(ST(0));
>> 
>> What frees the maxtm SV ?
>
>Huh?  maxtm is a double.  ST(0) is on the stack.  As far as i know,
>stack arguments are freed when the function returns.  Am i missing
>something?

My mistake.

-- 
Nick Ing-Simmons
http://www.ni-s.u-net.com/



Reply via email to