Author: Tim Wegner Date: To: Fractint developer's list Subject: Re: [Fractdev] save_stack() called without calling restore_stack()
Rich wrote:
> This looks like a bug to me.
Yup, good catch. We should either add
restore_stack(saved);
before the return, though I'd prefer and else clause so there's one
return at the bottom with the restore_stack. I was going to say use a
goto, but the else is so easy there's no excuse for a goto :-)