[Webkit-unassigned] [Bug 10259] REGRESSION: Leaks reported by buildbot
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Aug 6 11:07:56 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10259
------- Comment #6 from ggaren at apple.com 2006-08-06 11:07 PDT -------
(From update of attachment 9896)
Patch looks good to me, but I'll wait for Hyatt.
What do you think about changing this:
+ if (!handle) {
+ delete this;
+ return false;
+ }
return true;
to this:
if (handle)
return true;
?
--
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