[Webkit-unassigned] [Bug 10259] REGRESSION: Leaks reported by buildbot

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Aug 6 11:12:02 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10259





------- Comment #7 from darin at apple.com  2006-08-06 11:12 PDT -------
(In reply to comment #6)
> What do you think about changing this:
> 
> +    if (!handle) {
> +        delete this;
> +        return false;
> +    }
> 
>       return true;
> 
> to this:
> 
> if (handle)
>     return true;
> 
> ?

Seems OK. I handled the error case first because I think of it as the
exceptional case, but I can see sharing the code instead.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list