On Feb 4, 2008, at 12:44 AM, chromatic wrote:

        SymReg * r = _get_sym_typed(hsh, name, t);

        if (r) {
                free(name);
                return r;
        }


It's really saying "If I don't need a copy, then free what I assume is a copy", rather than "If I need a copy, I'll make one."

I'm working on reversing this RIGHT NOW. It also lets me const more stuff. :-)

xoxo,
Andy

--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance




Reply via email to